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. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') 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