diff options
author | 2020-10-05 23:18:01 -0400 | |
---|---|---|
committer | 2020-10-05 23:18:01 -0400 | |
commit | 927b50b7aec2da105bd5125dec272a89e38663c3 (patch) | |
tree | bc87e015f9de1e58b8f490c755ff272b8968e958 /lisp/bandali-gnus.el | |
parent | 514148d8bef4b14c8754197197c32b212dfb79c2 (diff) | |
download | configs-927b50b7aec2da105bd5125dec272a89e38663c3.tar.gz configs-927b50b7aec2da105bd5125dec272a89e38663c3.tar.xz configs-927b50b7aec2da105bd5125dec272a89e38663c3.zip |
Fold lisp/bandali-utils.el back into init.el
Diffstat (limited to '')
-rw-r--r-- | lisp/bandali-gnus.el | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lisp/bandali-gnus.el b/lisp/bandali-gnus.el index 39c9af8..1958793 100644 --- a/lisp/bandali-gnus.el +++ b/lisp/bandali-gnus.el @@ -443,17 +443,15 @@ GNU Jami: bandali") (with-eval-after-load 'gnus-group (csetq gnus-permanently-visible-groups "\\(:INBOX$\\|:gnu$\\)")) -(comment - ;; problematic with ebdb's popup, *EBDB-Gnus* - (with-eval-after-load 'gnus-win - (csetq gnus-use-full-window nil))) +;; problematic with ebdb's popup, *EBDB-Gnus* +;; (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)) -(comment - (with-eval-after-load 'gnus-utils - (csetq gnus-completing-read-function 'gnus-ido-completing-read))) +;; (with-eval-after-load 'gnus-utils +;; (csetq gnus-completing-read-function 'gnus-ido-completing-read)) (with-eval-after-load 'mm-decode (csetq mm-discouraged-alternatives '("text/html" "text/richtext") |