From 1f3c9a1fe7e5c14a394172f85eb0c9f615a2ec5a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 2 Sep 2021 23:53:12 -0500 Subject: Add wgrep --- init.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 12657a0..a27dabd 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit 1.4.1-21-gabe81