about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-02 17:31:19 -0500
committerCase Duckworth2021-09-02 17:31:19 -0500
commita23910572a8871973a1c95746b4676f196897460 (patch)
treed89b6b813c36d1c6330de6aeaaa69b8e868e66a3 /init.el
parentChange avy/link-hint keys (diff)
downloademacs-a23910572a8871973a1c95746b4676f196897460.tar.gz
emacs-a23910572a8871973a1c95746b4676f196897460.zip
Enable iscroll-mode always
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index b5b7a57..cfedcab 100644 --- a/init.el +++ b/init.el
@@ -1464,7 +1464,9 @@ successive invocations."
1464 "C-c C-d" helpful-at-point)) 1464 "C-c C-d" helpful-at-point))
1465 1465
1466(setup (:straight iscroll) 1466(setup (:straight iscroll)
1467 (:hook-into text-mode)) 1467 (:hook-into text-mode ; Ideally, everywhere..
1468 prog-mode
1469 special-mode))
1468 1470
1469(setup (:straight lacarte) 1471(setup (:straight lacarte)
1470 (:global "<f10>" lacarte-execute-menu-command)) 1472 (:global "<f10>" lacarte-execute-menu-command))