diff options
author | Case Duckworth | 2021-04-02 13:05:12 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-02 13:05:12 -0500 |
commit | 784dc639164a2a0539d26f507bb40e47e405037e (patch) | |
tree | db7caee77e772b29e7800e96be146543e17ddc9d | |
parent | Change helpful advice to bindings (diff) | |
download | emacs-784dc639164a2a0539d26f507bb40e47e405037e.tar.gz emacs-784dc639164a2a0539d26f507bb40e47e405037e.zip |
Add `pkgbuild-mode'
-rw-r--r-- | init.el | 4 |
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 |