diff options
| author | jao <jao@gnu.org> | 2026-08-10 10:46:12 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-08-10 10:46:12 +0100 |
| commit | 4ffd0a4393a2425ece99988f38d7fa9666a511b7 (patch) | |
| tree | 0d78b357c48a5705a6293901f2afb128b6adcfcd | |
| parent | 62d33bb63086b9235f14de693ce141e37a1ea686 (diff) | |
| download | elibs-4ffd0a4393a2425ece99988f38d7fa9666a511b7.tar.gz elibs-4ffd0a4393a2425ece99988f38d7fa9666a511b7.tar.bz2 | |
back to just-mode
| -rw-r--r-- | custom/jao-custom-programming.el | 9 |
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 |
