about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-02 23:53:12 -0500
committerCase Duckworth2021-09-02 23:53:12 -0500
commit1f3c9a1fe7e5c14a394172f85eb0c9f615a2ec5a (patch)
treeb1d6c35de000c7dc1d2bd3870020dbe93b4ebdd8 /init.el
parentAdd visual-regexp (diff)
downloademacs-1f3c9a1fe7e5c14a394172f85eb0c9f615a2ec5a.tar.gz
emacs-1f3c9a1fe7e5c14a394172f85eb0c9f615a2ec5a.zip
Add wgrep
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 2 insertions, 6 deletions
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'."
2009(setup (:straight-if vterm 2009(setup (:straight-if vterm
2010 (acdw/system :home))) 2010 (acdw/system :home)))
2011 2011
2012(setup gforth 2012(setup (:straight wgrep))
2013 (when (locate-library "gforth") 2013
2014 (autoload 'forth-mode "gforth")
2015 (add-to-list 'auto-mode-alist '("\\.fs\\'" . forth-mode))
2016 (autoload 'forth-block-mode "gforth")
2017 (add-to-list 'auto-mode-alist '("\\.fb\\'" . forth-block-mode))))
2018 2014
2019;;; init.el ends here 2015;;; init.el ends here