diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-puppet.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-puppet.el b/emacs.d/custom/fcuny-puppet.el new file mode 100644 index 0000000..5d4a44e --- /dev/null +++ b/emacs.d/custom/fcuny-puppet.el @@ -0,0 +1,6 @@ +(use-package puppet-mode + :ensure t + :bind (:map puppet-mode-map + ("C-c |" . puppet-align-block))) + +(provide 'fcuny-puppet) |