diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-eww.el | 4 | ||||
-rw-r--r-- | custom/jao-custom-gnus.el | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index 0e77feb..c81004e 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -193,8 +193,8 @@ (prog1 (apply fn args) (when (and p (> (point) p)) (jao-shr--kill-nl p))))) -(advice-add 'shr-tag-img :around #'jao-shr-tag-img) -(advice-add 'shr-insert :around #'jao-shr-insert) +;; (advice-add 'shr-tag-img :around #'jao-shr-tag-img) +;; (advice-add 'shr-insert :around #'jao-shr-insert) ;;; . (provide 'jao-custom-eww) diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index a46cb20..e21286a 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -609,8 +609,7 @@ ("nnml:bigml\\.alba" "A" jao-themes-f00) ("nnml:bigml\\.bugs" "b" jao-themes-error) ("nnml:bigml\\.support" "S" default) - ("nnml:jao\\.inbox" "I" jao-themes-f01) - ("nnml:jao\\.trove" "T" jao-themes-f01) + ("nnml:jao\\.\\(inbox\\|trove\\)" "I" jao-themes-f01) ("nnml:bigml\\.[^ibs]" "W" jao-themes-dimm) ("nnml:jao.[^ist]" "J" jao-themes-dimm) (,(format "^nnml:%s" (regexp-opt feeds)) "F" jao-themes-dimm) |