init: Put each config file include on its own line
This commit is contained in:
parent
349ed51907
commit
dd9c1d80d3
1 changed files with 15 additions and 1 deletions
|
@ -57,7 +57,21 @@ symbols, which are converted to strings, and suffixed with \".el\"."
|
||||||
:group 'config-snippets
|
:group 'config-snippets
|
||||||
:type '(repeat directory))
|
: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)
|
(message "Loading\nconfig-snippets: %s\nconfig-snippets-path: %s" config-snippets config-snippet-path)
|
||||||
(dolist (snippet config-snippets)
|
(dolist (snippet config-snippets)
|
||||||
|
|
Loading…
Reference in a new issue