diff options
-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 |