From 4ffd0a4393a2425ece99988f38d7fa9666a511b7 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 10 Aug 2026 10:46:12 +0100 Subject: back to just-mode --- custom/jao-custom-programming.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'custom/jao-custom-programming.el') 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 -- cgit v1.2.3