From a23910572a8871973a1c95746b4676f196897460 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 2 Sep 2021 17:31:19 -0500 Subject: Enable iscroll-mode always --- init.el | 4 +++- lisp/acdw.el | 4 ++-- 2 files changed, 5 insertions(+), 3 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." "C-c C-d" helpful-at-point)) (setup (:straight iscroll) - (:hook-into text-mode)) + (:hook-into text-mode ; Ideally, everywhere.. + prog-mode + special-mode)) (setup (:straight lacarte) (:global "" lacarte-execute-menu-command)) diff --git a/lisp/acdw.el b/lisp/acdw.el index b7cf4f0..2acef4f 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el @@ -531,7 +531,7 @@ It's called 'require-private' for historical reasons." (when (fboundp mode) (funcall mode -1))) ;; enable modes - (dolist (mode '(iscroll-mode olivetti-mode)) + (dolist (mode '(olivetti-mode)) (when (fboundp mode) (funcall mode +1)))) ;; turn off @@ -543,7 +543,7 @@ It's called 'require-private' for historical reasons." (when (fboundp mode) (funcall mode +1))) ;; disable modes - (dolist (mode '(olivetti-mode iscroll-mode)) + (dolist (mode '(olivetti-mode)) (when (fboundp mode) (funcall mode -1))))) -- cgit 1.4.1-21-gabe81