fix(ai): unset CLAUDECODE to allow nested sessions + add justl.el
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user