diff options
-rw-r--r-- | gnus-conf.el | 4 | ||||
-rw-r--r-- | init.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gnus-conf.el b/gnus-conf.el index 043836c..c0eae08 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -621,6 +621,10 @@ ARGS is the list of arguments passed to FN." (setq gnus-summary-thread-gathering-function #'gnus-gather-threads-by-subject) +;;; delayed sending + +(gnus-delay-initialize) + ;;; disable auto-save for newrc file (defun durand-disable-auto-save-for-newsrc-ad (&rest _args) @@ -383,7 +383,7 @@ no effect." ;;; Cat and mouse -(cond ((display-mouse-p) (mouse-avoidance-mode 'cat-and-mouse))) +(cond ((display-mouse-p) (mouse-avoidance-mode 'none))) ;;; Bookmark conf |