summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-06 11:17:37 -0500
committerCase Duckworth2021-10-06 11:17:37 -0500
commit577a229bc4e5019a118db2abfd621b5d327479fc (patch)
treeef50229294a016fd6cc1f3218c3480ed5792bc62 /init.el
parentRemove circe highlight (diff)
downloademacs-577a229bc4e5019a118db2abfd621b5d327479fc.tar.gz
emacs-577a229bc4e5019a118db2abfd621b5d327479fc.zip
Un-banish the mouse
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.el b/init.el index aac4e7c..a48723b 100644 --- a/init.el +++ b/init.el
@@ -678,9 +678,6 @@ specific to most general, they are these:
678 ;; <anything> -> mouse-1 /always/ follows link 678 ;; <anything> -> mouse-1 /always/ follows link
679 (:option mouse-1-click-follows-link t)) 679 (:option mouse-1-click-follows-link t))
680 680
681(setup mouse-avoidance
682 (mouse-avoidance-mode 'banish))
683
684(setup page 681(setup page
685 (:option page-delimiter 682 (:option page-delimiter
686 (rx bol (or "\f" ";;;") 683 (rx bol (or "\f" ";;;")