Install so-long

This commit is contained in:
Tobias Ostner 2023-05-27 11:15:25 +02:00
parent 1895ed2259
commit fd95e07f08

View file

@ -385,6 +385,10 @@
:init :init
(savehist-mode)) (savehist-mode))
(use-package so-long
:config
(global-so-long-mode))
(use-package swift-helpful (use-package swift-helpful
:commands swift-helpful) :commands swift-helpful)