aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 1a3332e9..ae4f4e2a 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -61,3 +61,5 @@
(straight-use-package 'yaml-mode)
(straight-use-package 'ansible)
(add-hook 'yaml-mode-hook 'ansible)
+
+(straight-use-package 'puppet-mode)