diff options
-rw-r--r-- | init.el | 6 |
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)) |