summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-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