mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -139,7 +139,8 @@ in."
|
||||
(explain! "The second directory will be ignored, as it has lower precedence.")))
|
||||
|
||||
(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..."))
|
||||
(if (executable-find "git")
|
||||
|
Reference in New Issue
Block a user