about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
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))