summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config/init-programming.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/init-programming.el b/config/init-programming.el
index cd983f0..5d1f1aa 100644
--- a/config/init-programming.el
+++ b/config/init-programming.el
@@ -110,6 +110,13 @@
   :custom
   (nix-indent-function 'nix-indent-line))
 
+;;; justfile
+(use-package just-mode
+  :ensure t)
+
+(use-package justl
+  :ensure t)
+
 ;;; python related configuration
 (use-package python-mode
   :hook ((python-mode . tree-sitter-hl-mode))