diff options
author | Case Duckworth | 2021-09-02 23:51:19 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-02 23:51:19 -0500 |
commit | b184b3bd898c7aee5d731641ff9fb540e9a14c0f (patch) | |
tree | 0d9e2957868adf8a10a914c41663b8cb4ff41695 | |
parent | Add powerthesaurus and lookup-map (diff) | |
download | emacs-b184b3bd898c7aee5d731641ff9fb540e9a14c0f.tar.gz emacs-b184b3bd898c7aee5d731641ff9fb540e9a14c0f.zip |
Move gforth
-rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index 6d08f29..e70fd36 100644 --- a/init.el +++ b/init.el | |||
@@ -872,6 +872,12 @@ like a dumbass." | |||
872 | 872 | ||
873 | ;;; Packages | 873 | ;;; Packages |
874 | 874 | ||
875 | (setup (:require gforth) | ||
876 | (autoload 'forth-mode "gforth") | ||
877 | (add-to-list 'auto-mode-alist '("\\.fs\\'" . forth-mode)) | ||
878 | (autoload 'forth-block-mode "gforth") | ||
879 | (add-to-list 'auto-mode-alist '("\\.fb\\'" . forth-block-mode))) | ||
880 | |||
875 | (setup (:straight (0x0 :host gitlab | 881 | (setup (:straight (0x0 :host gitlab |
876 | :repo "willvaughn/emacs-0x0")) | 882 | :repo "willvaughn/emacs-0x0")) |
877 | (:option 0x0-default-server 'ttm)) | 883 | (:option 0x0-default-server 'ttm)) |