fix(ai): unset CLAUDECODE to allow nested sessions + add justl.el

This commit is contained in:
2026-03-21 12:23:07 +08:00
parent 4be0e63fac
commit 0c061e37ab
3 changed files with 28 additions and 18 deletions
+5
View File
@@ -144,3 +144,8 @@
(setq lsp-clients-clangd-executable "clangd")
(setq lsp-clients--clangd-default-executable "clangd")
(setq lsp-clangd-binary-path "clangd"))
;; Justfile mode (psibi/justl.el)
(use-package! justl
:config
(map! :n "e" 'justl-exec-recipe))