Fold lisp/bandali-utils.el back into init.el
[~bandali/configs] / lisp / bandali-gnus.el
index 39c9af8..1958793 100644 (file)
@@ -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")