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:
parent
acf6a0d08b
commit
21b38da6e9
1 changed files with 3 additions and 0 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue