From b184b3bd898c7aee5d731641ff9fb540e9a14c0f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 2 Sep 2021 23:51:19 -0500 Subject: [PATCH] Move gforth --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) 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." ;;; 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))