diff options
author | 2021-05-15 20:04:21 -0400 | |
---|---|---|
committer | 2021-05-15 20:14:07 -0400 | |
commit | bc04a4d40544c77d163d6497f3863b9b566d64d4 (patch) | |
tree | d0329a249504ea3737ec01a81f23b0a0f4c96a80 /.emacs.d/lisp/bandali-gnus.el | |
parent | 41fb7da0e9da05c0d1cf7bb58c918b69d48adf65 (diff) | |
download | configs-bc04a4d40544c77d163d6497f3863b9b566d64d4.tar.gz configs-bc04a4d40544c77d163d6497f3863b9b566d64d4.tar.xz configs-bc04a4d40544c77d163d6497f3863b9b566d64d4.zip |
migrate from ebdb to a simple ~/.mailrc
also automatically expand aliases when going to the next line or
jumping to the end of buffer in message-mode.
Diffstat (limited to '.emacs.d/lisp/bandali-gnus.el')
-rw-r--r-- | .emacs.d/lisp/bandali-gnus.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el index 337e620..15f5bd5 100644 --- a/.emacs.d/lisp/bandali-gnus.el +++ b/.emacs.d/lisp/bandali-gnus.el @@ -334,9 +334,8 @@ jami:bandali") (with-eval-after-load 'gnus-group (csetq gnus-permanently-visible-groups "\\(:INBOX$\\|:gnu$\\)")) -;; problematic with ebdb's popup, *EBDB-Gnus* -;; (with-eval-after-load 'gnus-win -;; (csetq gnus-use-full-window nil)) +(with-eval-after-load 'gnus-win + (csetq gnus-use-full-window nil)) (with-eval-after-load 'gnus-dired (add-hook 'dired-mode-hook 'gnus-dired-mode)) |