diff options
author | eli <eli@newstartmobile.com> | 2022-11-26 21:34:18 -0500 |
---|---|---|
committer | eli <eli@newstartmobile.com> | 2022-11-26 21:34:18 -0500 |
commit | e67a1759bb5989f48f01e8ba10a4a92c8993b325 (patch) | |
tree | 737ed2b5bfbcfe5f88b26a4dc950ff1186ab9b05 | |
parent | 38eff8b32b23483930b3b7c1c132ad7270c1d9e9 (diff) | |
download | emacs-e67a1759bb5989f48f01e8ba10a4a92c8993b325.tar.gz |
uxntal mode
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 2edb53c..56405e5 100644 --- a/init.el +++ b/init.el @@ -314,6 +314,9 @@ auto-mode-alist)) (autoload 'forth-block-mode "gforth.el") +;; UXNTAL +(straight-use-package 'uxntal-mode) + ;; FLYSPELL (dolist (hook '(text-mode-hook)) (add-hook hook (lambda () (flyspell-mode 1)))) |