Use forth-mode instead emacs forth support included with gforth
This commit is contained in:
parent
21b42dd609
commit
716e373467
3 changed files with 5 additions and 9 deletions
|
@ -42,9 +42,7 @@
|
|||
)
|
||||
|
||||
;; Forth syntax support
|
||||
(use-package gforth
|
||||
;; Included in the gforth package, see emacs/default.nix
|
||||
:ensure nil
|
||||
(use-package forth-mode
|
||||
:mode ("\\.fs\\'" . forth-mode)
|
||||
:mode ("\\.fb\\'" . forth-block-mode)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue