Reorganize a bit

This commit is contained in:
Case Duckworth 2021-04-10 17:30:58 -05:00
parent c5c8929180
commit 92f2f4c767
1 changed files with 6 additions and 2 deletions

View File

@ -702,9 +702,10 @@ if ripgrep is installed, otherwise `consult-grep'."
(setup (:straight flyspell-correct)
(define-key flyspell-mode-map (kbd "C-;") #'flyspell-correct-wrapper)))
(when (eq acdw/system :home)
(setup (:straight pkgbuild-mode)))
;;; Programming
;;; General tools
(setup (:straight (apheleia :host github
:repo "raxod502/apheleia"))
(apheleia-global-mode +1)
@ -829,3 +830,6 @@ don't want."
(add-to-list 'auto-mode-alist '("\\.fs\\'" . forth-mode))
(autoload 'forth-block-mode "gforth")
(add-to-list 'auto-mode-alist '("\\.fb\\'" . forth-block-mode)))
(when (eq acdw/system :home)
(setup (:straight pkgbuild-mode)))