Remove unnecesary hook.

This commit is contained in:
KJ 2023-06-21 05:59:18 -04:00
parent 1318e21c21
commit a673f8c939
1 changed files with 1 additions and 2 deletions

View File

@ -286,8 +286,7 @@
(use-package so-long
:defer t
:straight (:type built-in)
:hook ((after-init . global-so-long-mode)
(so-long-mode-ad . read-only-mode))
:hook (after-init . global-so-long-mode)
:bind (:map so-long-mode-map
("C-s" . isearch-forward)
("C-r" . isearch-backward))