fix(cli): doctor warnings about irrelevant bytecode
This would check for stale bytecode across all profiles or even .local* directories created by shell.nix, which is unnecessary.
This commit is contained in:
parent
45a66cda60
commit
7a2fa1e313
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@ in."
|
||||||
(explain! "The second directory will be ignored, as it has lower precedence.")))
|
(explain! "The second directory will be ignored, as it has lower precedence.")))
|
||||||
|
|
||||||
(print! (start "Checking for stale elc files..."))
|
(print! (start "Checking for stale elc files..."))
|
||||||
(elc-check-dir doom-emacs-dir)
|
(elc-check-dir doom-core-dir)
|
||||||
|
(elc-check-dir doom-local-dir)
|
||||||
|
|
||||||
(print! (start "Checking for problematic git global settings..."))
|
(print! (start "Checking for problematic git global settings..."))
|
||||||
(if (executable-find "git")
|
(if (executable-find "git")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue