From 8d188c3e2f88d4c4fd9520858301be9dba4cccec Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 30 Aug 2024 07:41:41 -0700 Subject: add settings for just files --- config/init-programming.el | 7 +++++++ 1 file changed, 7 insertions(+) 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)) -- cgit v1.2.3