Add so-long package
This package kicks in if you open a file whose lines are too long. It is built into Emacs 27+, but I've backported it for earlier users.
This commit is contained in:
parent
fdcb259bcd
commit
2df56b93a9
2 changed files with 8 additions and 0 deletions
|
@ -337,6 +337,11 @@ successfully sets indent_style/indent_size.")
|
|||
(smartparens-global-mode +1))
|
||||
|
||||
|
||||
(def-package! so-long
|
||||
:after-call (after-find-file)
|
||||
:config (global-so-long-mode +1))
|
||||
|
||||
|
||||
(def-package! undo-tree
|
||||
;; Branching & persistent undo
|
||||
:after-call (doom-switch-buffer-hook after-find-file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue