Add wgrep

This commit is contained in:
Case Duckworth 2021-09-02 23:53:12 -05:00
parent 0574632881
commit 1f3c9a1fe7
1 changed files with 2 additions and 6 deletions

View File

@ -2009,11 +2009,7 @@ call `zzz-to-char'."
(setup (:straight-if vterm
(acdw/system :home)))
(setup gforth
(when (locate-library "gforth")
(autoload 'forth-mode "gforth")
(add-to-list 'auto-mode-alist '("\\.fs\\'" . forth-mode))
(autoload 'forth-block-mode "gforth")
(add-to-list 'auto-mode-alist '("\\.fb\\'" . forth-block-mode))))
(setup (:straight wgrep))
;;; init.el ends here