summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-01-26 02:02:41 +0800
committerJSDurand <mmemmew@gmail.com>2022-01-26 02:02:41 +0800
commit60d6f0f622b13adc43db4b386d735371070a4ead (patch)
tree9397ea6335306dbd8beeed275ecedd445d76367c /init.el
parent3f70a8d1fbc048bf88abd996547d19a15a0006e7 (diff)
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.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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