diff options
author | Franck Cuny <franck@fcuny.net> | 2024-08-30 07:41:41 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-08-30 07:41:41 -0700 |
commit | 8d188c3e2f88d4c4fd9520858301be9dba4cccec (patch) | |
tree | 705f4d7a4e8ac78e47748bc60b04c897763a51ce | |
parent | use the ef-theme (diff) | |
download | emacs.d-8d188c3e2f88d4c4fd9520858301be9dba4cccec.tar.gz |
add settings for just files
-rw-r--r-- | config/init-programming.el | 7 |
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)) |