(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)