mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user