diff options
author | Case Duckworth | 2021-09-02 23:53:12 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-02 23:53:12 -0500 |
commit | 1f3c9a1fe7e5c14a394172f85eb0c9f615a2ec5a (patch) | |
tree | b1d6c35de000c7dc1d2bd3870020dbe93b4ebdd8 | |
parent | Add visual-regexp (diff) | |
download | emacs-1f3c9a1fe7e5c14a394172f85eb0c9f615a2ec5a.tar.gz emacs-1f3c9a1fe7e5c14a394172f85eb0c9f615a2ec5a.zip |
Add wgrep
-rw-r--r-- | init.el | 8 |
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 |