summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-programming.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-08-10 10:46:12 +0100
committerjao <jao@gnu.org>2026-08-10 10:46:12 +0100
commit4ffd0a4393a2425ece99988f38d7fa9666a511b7 (patch)
tree0d78b357c48a5705a6293901f2afb128b6adcfcd /custom/jao-custom-programming.el
parent62d33bb63086b9235f14de693ce141e37a1ea686 (diff)
downloadelibs-4ffd0a4393a2425ece99988f38d7fa9666a511b7.tar.gz
elibs-4ffd0a4393a2425ece99988f38d7fa9666a511b7.tar.bz2
back to just-mode
Diffstat (limited to 'custom/jao-custom-programming.el')
-rw-r--r--custom/jao-custom-programming.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el
index b987ea0..fa2f978 100644
--- a/custom/jao-custom-programming.el
+++ b/custom/jao-custom-programming.el
@@ -222,13 +222,14 @@
;;;; just
+(use-package just-mode
+ :ensure t)
+
(use-package justl
+ :after just-mode
:ensure t
- :bind (:map just-ts-mode-map (("C-c l" . justl))))
+ :bind (:map just-mode-map (("C-c l" . justl))))
-;; M-x just-ts-mode-install-grammar to finish installation
-(use-package just-ts-mode
- :ensure t)
;;; Programming languages
;;;; Elisp