Disable global-so-long-mode.
I think that is better if the user can enable long-lines-mode manually when consider necessary.
This commit is contained in:
parent
a673f8c939
commit
4384c37823
@ -286,7 +286,7 @@
|
||||
(use-package so-long
|
||||
:defer t
|
||||
:straight (:type built-in)
|
||||
:hook (after-init . global-so-long-mode)
|
||||
;; :hook (after-init . global-so-long-mode)
|
||||
:bind (:map so-long-mode-map
|
||||
("C-s" . isearch-forward)
|
||||
("C-r" . isearch-backward))
|
||||
|
Loading…
Reference in New Issue
Block a user