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.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))