Move gforth

This commit is contained in:
Case Duckworth 2021-09-02 23:51:19 -05:00
parent b9190966d1
commit b184b3bd89
1 changed files with 6 additions and 0 deletions

View File

@ -872,6 +872,12 @@ like a dumbass."
;;; Packages
(setup (:require gforth)
(autoload 'forth-mode "gforth")
(add-to-list 'auto-mode-alist '("\\.fs\\'" . forth-mode))
(autoload 'forth-block-mode "gforth")
(add-to-list 'auto-mode-alist '("\\.fb\\'" . forth-block-mode)))
(setup (:straight (0x0 :host gitlab
:repo "willvaughn/emacs-0x0"))
(:option 0x0-default-server 'ttm))