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: