summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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))