summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-10 18:29:47 -0500
committerCase Duckworth2021-09-10 18:29:47 -0500
commit777e9d406b7ca9a009cca8ae1515f6012ea0c7b1 (patch)
tree0f39fb4093df7f37f169d2ab0244ed9cf40c5afe /init.el
parentComment kaomoji (diff)
downloademacs-777e9d406b7ca9a009cca8ae1515f6012ea0c7b1.tar.gz
emacs-777e9d406b7ca9a009cca8ae1515f6012ea0c7b1.zip
Configure mouse-avoidance-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index c2101cc..a7e0616 100644 --- a/init.el +++ b/init.el
@@ -1369,6 +1369,9 @@ browser defined in `browse-url-secondary-browser-function'."
1369 (acdw/sunrise-sunset #'modus-themes-load-operandi 1369 (acdw/sunrise-sunset #'modus-themes-load-operandi
1370 #'modus-themes-load-vivendi)) 1370 #'modus-themes-load-vivendi))
1371 1371
1372(setup mouse-avoidance
1373 (mouse-avoidance-mode 'exile))
1374
1372(setup (:straight mwim) 1375(setup (:straight mwim)
1373 (:global "C-a" #'mwim-beginning 1376 (:global "C-a" #'mwim-beginning
1374 "C-e" #'mwim-end)) 1377 "C-e" #'mwim-end))