summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnus-conf.el4
-rw-r--r--init.el2
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)
diff --git a/init.el b/init.el
index fac7f99..94a57f5 100644
--- a/init.el
+++ b/init.el
@@ -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