From bc04a4d40544c77d163d6497f3863b9b566d64d4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 15 May 2021 20:04:21 -0400 Subject: 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. --- .emacs.d/lisp/bandali-gnus.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.emacs.d/lisp/bandali-gnus.el') 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)) -- cgit v1.2.3-83-g751a