summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-02 13:05:12 -0500
committerCase Duckworth2021-04-02 13:05:12 -0500
commit784dc639164a2a0539d26f507bb40e47e405037e (patch)
treedb7caee77e772b29e7800e96be146543e17ddc9d /init.el
parentChange helpful advice to bindings (diff)
downloademacs-784dc639164a2a0539d26f507bb40e47e405037e.tar.gz
emacs-784dc639164a2a0539d26f507bb40e47e405037e.zip
Add `pkgbuild-mode'
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 202ec06..de01373 100644 --- a/init.el +++ b/init.el
@@ -671,6 +671,10 @@ if ripgrep is installed, otherwise `consult-grep'."
671;; `exectuable-find' forms. I don't want to waste time with pulling packages 671;; `exectuable-find' forms. I don't want to waste time with pulling packages
672;; that won't work on a machine. 672;; that won't work on a machine.
673 673
674;;;;; PKGBUILDs
675(when (eq acdw/system :home)
676 (setup (:straight pkgbuild-mode)))
677
674;;;; Applications 678;;;; Applications
675 679
676;;;;; Magit 680;;;;; Magit