summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoreli <eli@newstartmobile.com>2022-11-26 21:34:18 -0500
committereli <eli@newstartmobile.com>2022-11-26 21:34:18 -0500
commite67a1759bb5989f48f01e8ba10a4a92c8993b325 (patch)
tree737ed2b5bfbcfe5f88b26a4dc950ff1186ab9b05
parent38eff8b32b23483930b3b7c1c132ad7270c1d9e9 (diff)
downloademacs-e67a1759bb5989f48f01e8ba10a4a92c8993b325.tar.gz
uxntal mode
-rw-r--r--init.el3
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))))