diff options
Diffstat (limited to 'emacs.d/custom/fcuny-prog.el')
-rw-r--r-- | emacs.d/custom/fcuny-prog.el | 5 |
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) |