doom/clear-* => doom/clean-* (consistent with makefile tasks)
This commit is contained in:
parent
f3a065868c
commit
8aac4b2091
4 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
;; A known problem with GUI Emacs on MacOS: it runs in an isolated
|
||||
;; environment, so envvars will be wrong. That includes the PATH Emacs
|
||||
;; picks up. `exec-path-from-shell' fixes this, and its result is cached.
|
||||
;; Run `doom/clear-cache' to regenerate exec-path if PATH changes.
|
||||
;; Run `doom/clean-cache' to regenerate exec-path if PATH changes.
|
||||
(cond ((display-graphic-p)
|
||||
;; `exec-path-from-shell' is slow, so bring out the cache
|
||||
(setq exec-path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue