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 --- lisp/acdw.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') 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