From 60d6f0f622b13adc43db4b386d735371070a4ead Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 26 Jan 2022 02:02:41 +0800 Subject: gnus & init: setup delay & no avoid mouse * gnus-conf.el: call #'gnus-delay-initialize to set up checking delayed mails to send each time we get new news. * init.el (display-mouse-p): After some time using this, I think I don't need to avoid the mouse. --- gnus-conf.el | 4 ++++ init.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-18-g5258