diff options
-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 |