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.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/emacs.d/custom/fcuny-puppet.el b/emacs.d/custom/fcuny-puppet.el
deleted file mode 100644
index a189bf8..0000000
--- a/emacs.d/custom/fcuny-puppet.el
+++ /dev/null
@@ -1,12 +0,0 @@
-(use-package puppet-mode
-  :ensure t
-  :bind (:map puppet-mode-map
-              ("C-c |" . puppet-align-block))
-  :custom
-  (flycheck-puppet-lint-executable "~/workspace/rcs/scripts/puppet-lint.sh")
-  (flycheck-puppet-parser-executable "~/workspace/rcs/scripts/puppet-parser.sh")
-
-  (puppet-lint-command (concat "~/workspace/rcs/scripts/puppet-lint.sh"
-                               "--log-format \"%{path}:%{line}: %{kind}: %{message} (%{check})\"")))
-
-(provide 'fcuny-puppet)