From 333b3de2ea39e3ea0462213da50a0d819af46be9 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 27 Jul 2026 10:20:03 +0100 Subject: just modes --- custom/jao-custom-programming.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'custom/jao-custom-programming.el') diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el index c58b3a9..e9b1265 100644 --- a/custom/jao-custom-programming.el +++ b/custom/jao-custom-programming.el @@ -221,6 +221,15 @@ +;;;; just +(use-package justl + :ensure t + :bind (:map just-ts-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 (add-hook 'emacs-lisp-mode-hook #'jao-outline-minor-mode) -- cgit v1.2.3