Add pkgbuild-mode config
This commit is contained in:
parent
a6d3a4fc2e
commit
0a0e420e1e
@ -234,6 +234,11 @@
|
|||||||
helm-dash-enable-debugging nil)
|
helm-dash-enable-debugging nil)
|
||||||
(add-hook 'python-mode-hook
|
(add-hook 'python-mode-hook
|
||||||
'(lambda ()(setq-local helm-dash-docsets '("Python 3")))))
|
'(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
|
;;; Local Variables
|
||||||
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
|
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user