summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-02 23:51:19 -0500
committerCase Duckworth2021-09-02 23:51:19 -0500
commitb184b3bd898c7aee5d731641ff9fb540e9a14c0f (patch)
tree0d9e2957868adf8a10a914c41663b8cb4ff41695 /init.el
parentAdd powerthesaurus and lookup-map (diff)
downloademacs-b184b3bd898c7aee5d731641ff9fb540e9a14c0f.tar.gz
emacs-b184b3bd898c7aee5d731641ff9fb540e9a14c0f.zip
Move gforth
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
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))