chore(emacs): configure puppet by default

Now the puppet packages get loaded by default. I don't really know why it was
not getting loaded, it must have been some time since I have needed to edit any
puppet config
This commit is contained in:
Ade Attwood 2022-02-19 09:22:30 +00:00
parent acf6a0d08b
commit 21b38da6e9

View file

@ -37,6 +37,9 @@
(load-file (expand-file-name "src/treemacs.el" user-emacs-directory))
(load-file (expand-file-name "src/term.el" user-emacs-directory))
;; Set up puppet for editing the dotfiles config
(load-file (expand-file-name "src/puppet.el" user-emacs-directory))
;; Email configuration
(load-file (expand-file-name "src/notmuch.el" user-emacs-directory))