summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-puppet.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom/fcuny-puppet.el')
-rw-r--r--emacs.d/custom/fcuny-puppet.el6
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)