emacs: spacious padding

This commit is contained in:
Michael Thomson 2025-10-01 13:43:28 -04:00
parent e24b734831
commit 757af445e5

View File

@ -80,6 +80,11 @@
:hook
(dired-mode . nerd-icons-dired-mode))
(use-package spacious-padding
:ensure t
:config
(spacious-padding-mode t))
;; EVIL MODE ----------
(use-package evil
:ensure t