From dd9c1d80d3b35d480dc14202f404ec1dfde1cd6f Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 13 Aug 2024 14:31:57 +0200 Subject: [PATCH] init: Put each config file include on its own line --- .emacs.d/init.el | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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)