diff options
| author | jao <jao@gnu.org> | 2026-07-27 10:20:03 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-07-27 10:20:03 +0100 |
| commit | 333b3de2ea39e3ea0462213da50a0d819af46be9 (patch) | |
| tree | 20fe15be6b08fd7350c471c8e0808d98384de78e | |
| parent | f9248defa1f8d84603cf901a26d0fc25beba9c5d (diff) | |
| download | elibs-333b3de2ea39e3ea0462213da50a0d819af46be9.tar.gz elibs-333b3de2ea39e3ea0462213da50a0d819af46be9.tar.bz2 | |
just modes
| -rw-r--r-- | custom/jao-custom-programming.el | 9 |
1 files changed, 9 insertions, 0 deletions
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) |
