From e10ca5a50a18c8bdb096509c1ab9ee23f78d7592 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 18 Jun 2020 18:44:54 -0700 Subject: emacs: move puppet config to prog clean up init.el from files I'm not loading. --- emacs.d/custom/fcuny-prog.el | 5 +++++ emacs.d/custom/fcuny-puppet.el | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 emacs.d/custom/fcuny-puppet.el (limited to 'emacs.d/custom') 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) 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) -- cgit 1.4.1