summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index dc345edf..bfe11657 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -519,11 +519,6 @@
 (req-package lua-mode
   :mode (("\\.lua\\'" . lua-mode)))
 
-(req-package puppet-mode
-  :mode (("\\.pp\\'" . puppet-mode))
-  :config (progn
-            (add-hook 'puppet-mode-hook #'autopair-mode)))
-
 (req-package ruby-mode
   :mode (("\\.rb\\'" . ruby-mode)
          ("\\.cap\\'" . ruby-mode)))