summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-08-30 07:41:41 -0700
committerFranck Cuny <franck@fcuny.net>2024-08-30 07:41:41 -0700
commit8d188c3e2f88d4c4fd9520858301be9dba4cccec (patch)
tree705f4d7a4e8ac78e47748bc60b04c897763a51ce
parentuse the ef-theme (diff)
downloademacs.d-8d188c3e2f88d4c4fd9520858301be9dba4cccec.tar.gz
add settings for just files
-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))