summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-19 19:53:40 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-20 07:23:20 -0700
commitbcd79dd243af5082dac2d411019aebc89fed797c (patch)
tree2ebaefb69dc4f856db4dc42843484ed2959856cc /emacs/custom
parenteglot: replace lsp-mode with eglot (diff)
downloademacs.d-bcd79dd243af5082dac2d411019aebc89fed797c.tar.gz
puppet: we don't need this anymore!
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/fcuny-navigation.el3
-rw-r--r--emacs/custom/fcuny-prog.el5
2 files changed, 0 insertions, 8 deletions
diff --git a/emacs/custom/fcuny-navigation.el b/emacs/custom/fcuny-navigation.el
index f168268..44d7c39 100644
--- a/emacs/custom/fcuny-navigation.el
+++ b/emacs/custom/fcuny-navigation.el
@@ -62,9 +62,6 @@
                        (name . "\\.conf$")
                        (name . "\\.json$")
                        (mode . yaml-mode)))
-            ("puppet" (or
-                       (mode . "\\.erb$")
-                       (mode . puppet-mode)))
             ("scripts" (mode . sh-mode))
             ("documentation" (or
                               (mode . markdown-mode)
diff --git a/emacs/custom/fcuny-prog.el b/emacs/custom/fcuny-prog.el
index af4eb3a..3da3bf5 100644
--- a/emacs/custom/fcuny-prog.el
+++ b/emacs/custom/fcuny-prog.el
@@ -77,11 +77,6 @@
   (("C-c C-e" . eval-buffer)
    ("C-c C-r" . eval-region)))
 
-(use-package puppet-mode
-  :ensure t
-  :bind (:map puppet-mode-map
-              ("C-c |" . puppet-align-block)))
-
 (use-package compile
   :ensure nil
   :custom