init: Put each config file include on its own line

This commit is contained in:
finga 2024-08-13 14:31:57 +02:00
parent 349ed51907
commit dd9c1d80d3

View file

@ -57,7 +57,21 @@ symbols, which are converted to strings, and suffixed with \".el\"."
:group 'config-snippets
:type '(repeat directory))
(setq config-snippets '(base backups c calendar dev functions git gpg man org pass ripgrep rust wl yaml))
(setq config-snippets '(base
backups
c
calendar
dev
functions
git
gpg
man
org
pass
ripgrep
rust
wl
yaml))
(message "Loading\nconfig-snippets: %s\nconfig-snippets-path: %s" config-snippets config-snippet-path)
(dolist (snippet config-snippets)