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
|
@ -23,6 +23,9 @@
|
|||
(package! ns-auto-titlebar :ignore (not IS-MAC))
|
||||
(package! pcre2el)
|
||||
(package! smartparens)
|
||||
(package! so-long
|
||||
:built-in 'prefer
|
||||
:recipe (:repo "https://git.savannah.gnu.org/git/so-long.git"))
|
||||
(package! osx-clipboard :ignore (not IS-MAC))
|
||||
(package! undo-tree)
|
||||
(package! ws-butler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue