General comment + README cleanup

This commit is contained in:
Henrik Lissner 2017-03-20 04:24:10 -04:00
parent 4cebeb092e
commit 769cf850c9
4 changed files with 8 additions and 15 deletions

View file

@ -24,12 +24,11 @@
;; Don't open files from the workspace in a new frame
ns-pop-up-frames nil)
;; 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/clean-cache' to regenerate exec-path if PATH changes.
(cond ((display-graphic-p)
;; `exec-path-from-shell' is slow, so bring out the cache
;; 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. This is slow
;; and benefits greatly from compilation.
(setq exec-path
(or (eval-when-compile
(when (require 'exec-path-from-shell nil t)