diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d0927e6..4bf246b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)