about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-02 23:52:38 -0500
committerCase Duckworth2021-09-02 23:52:38 -0500
commit4e59de711c14bb18874160df20dd9dfec43523bd (patch)
tree388499773e848c57650d728c635ccefddae7ae72 /init.el
parentAdd hungry-delete (diff)
downloademacs-4e59de711c14bb18874160df20dd9dfec43523bd.tar.gz
emacs-4e59de711c14bb18874160df20dd9dfec43523bd.zip
Globalize iscroll-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el index 5913949..ccd9064 100644 --- a/init.el +++ b/init.el
@@ -1485,9 +1485,9 @@ successive invocations."
1485 (global-hungry-delete-mode +1)) ; TODO: make work with paredit 1485 (global-hungry-delete-mode +1)) ; TODO: make work with paredit
1486 1486
1487(setup (:straight iscroll) 1487(setup (:straight iscroll)
1488 (:hook-into text-mode ; Ideally, everywhere.. 1488 (define-globalized-minor-mode global-iscroll-mode
1489 prog-mode 1489 iscroll-mode
1490 special-mode)) 1490 (lambda () (iscroll-mode +1))))
1491 1491
1492(setup (:straight lacarte) 1492(setup (:straight lacarte)
1493 (:global "<f10>" lacarte-execute-menu-command)) 1493 (:global "<f10>" lacarte-execute-menu-command))