From 0a0e420e1e00c2191926933522291b7d175eff3f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 19 Jan 2016 10:02:29 -0500 Subject: [PATCH] Add pkgbuild-mode config --- .emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 91e6471..698dba7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -234,6 +234,11 @@ helm-dash-enable-debugging nil) (add-hook 'python-mode-hook '(lambda ()(setq-local helm-dash-docsets '("Python 3"))))) +(use-package pkgbuild-mode + :config + (setq pkgbuild-user-full-name "Adam Goldsmith" + pkgbuild-user-mail-address "contact@adamgoldsmith.name" + pkgbuild-makepkg-command "PKGEXT='.pkg.tar' makepkg -mf")) ;;; Local Variables (add-to-list 'safe-local-eval-forms '(outline-hide-body)) ;; Local Variables: