summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-prog.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom/fcuny-prog.el')
-rw-r--r--emacs.d/custom/fcuny-prog.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-prog.el b/emacs.d/custom/fcuny-prog.el
index 182e9e6..76b65a9 100644
--- a/emacs.d/custom/fcuny-prog.el
+++ b/emacs.d/custom/fcuny-prog.el
@@ -87,4 +87,9 @@
   (("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)))
+
 (provide 'fcuny-prog)