diff options
author | jao <jao@gnu.org> | 2023-01-18 18:14:27 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-01-18 18:14:27 +0000 |
commit | acfadd38d146e059dc61b037fcc8c001b85a2d13 (patch) | |
tree | af725069db33e1ef9831b4038129b63b0046569d /custom | |
parent | a286928de7875cde612dce0619cbf3898b4d5bbb (diff) | |
download | elibs-acfadd38d146e059dc61b037fcc8c001b85a2d13.tar.gz elibs-acfadd38d146e059dc61b037fcc8c001b85a2d13.tar.bz2 |
gnuits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-gnus.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index 5707c67..a46cb20 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -11,10 +11,6 @@ (defvar jao-notmuch-enabled nil) ;;; Startup and kill -;; close gnus when closing emacs, but ask when exiting -(setq gnus-interactive-exit t) - -;;; Startup and kill (setq gnus-interactive-exit t) (defun jao-quit-gnus () (gnus-group-exit) t) @@ -614,6 +610,7 @@ ("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:bigml\\.[^ibs]" "W" jao-themes-dimm) ("nnml:jao.[^ist]" "J" jao-themes-dimm) (,(format "^nnml:%s" (regexp-opt feeds)) "F" jao-themes-dimm) |