diff options
author | Case Duckworth | 2021-09-15 23:39:33 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-15 23:39:33 -0500 |
commit | 38118644d77aea00c5bfb62a38f46de273bfcdfd (patch) | |
tree | bafa1cc9920186ae55aba7f63d2f4a3c34d8e754 | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs (diff) | |
download | emacs-38118644d77aea00c5bfb62a38f46de273bfcdfd.tar.gz emacs-38118644d77aea00c5bfb62a38f46de273bfcdfd.zip |
Remove gforth setup
-rw-r--r-- | init.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init.el b/init.el index 8503809..67b0969 100644 --- a/init.el +++ b/init.el | |||
@@ -23,12 +23,6 @@ | |||
23 | (setup (:require auth-source) | 23 | (setup (:require auth-source) |
24 | (:option auth-sources '("~/.authinfo" "~/.authinfo.gpg"))) | 24 | (:option auth-sources '("~/.authinfo" "~/.authinfo.gpg"))) |
25 | 25 | ||
26 | (setup (:require gforth) | ||
27 | (:autoload forth-mode | ||
28 | forth-block-mode) | ||
29 | (add-to-list 'auto-mode-alist '("\\.fs\\'" . forth-mode)) | ||
30 | (add-to-list 'auto-mode-alist '("\\.fb\\'" . forth-block-mode))) | ||
31 | |||
32 | (setup (:require goto-addr) | 26 | (setup (:require goto-addr) |
33 | (if (fboundp #'global-goto-address-mode) | 27 | (if (fboundp #'global-goto-address-mode) |
34 | (global-goto-address-mode) | 28 | (global-goto-address-mode) |