deactivate hook of iscroll

This commit is contained in:
2021-03-02 20:52:40 +01:00
parent 64234286f0
commit 660677e9bb
+3 -1
View File
@@ -449,7 +449,9 @@ See also `dashboard-insert-section'."
:custom-face (focus-unfocused ((t :inherit shadow))))
(use-package iscroll
:hook ((special-mode text-mode) . iscroll-mode))
:commands iscroll-mode
;; :hook ((special-mode text-mode) . iscroll-mode)
)
(use-package virtual-auto-fill
:delight (virtual-auto-fill-mode "Ⓥf")