Globalize iscroll-mode

This commit is contained in:
Case Duckworth 2021-09-02 23:52:38 -05:00
parent e6c4d8c874
commit 4e59de711c
1 changed files with 3 additions and 3 deletions

View File

@ -1485,9 +1485,9 @@ successive invocations."
(global-hungry-delete-mode +1)) ; TODO: make work with paredit
(setup (:straight iscroll)
(:hook-into text-mode ; Ideally, everywhere..
prog-mode
special-mode))
(define-globalized-minor-mode global-iscroll-mode
iscroll-mode
(lambda () (iscroll-mode +1))))
(setup (:straight lacarte)
(:global "<f10>" lacarte-execute-menu-command))