Edit exec-path-from-shell setup
This commit is contained in:
parent
85fd780006
commit
d516041312
1 changed files with 4 additions and 3 deletions
|
|
@ -266,10 +266,11 @@
|
||||||
(envrc-global-mode))
|
(envrc-global-mode))
|
||||||
|
|
||||||
(use-package exec-path-from-shell
|
(use-package exec-path-from-shell
|
||||||
:if (and (eq system-type 'darwin) (display-graphic-p))
|
:if (memq window-system '(mac ns))
|
||||||
:config
|
:config
|
||||||
(exec-path-from-shell-initialize)
|
(dolist (v '("PATH" "MANPATH" "NIX_PATH" "LOGSEQ_DIR"))
|
||||||
(exec-path-from-shell-copy-envs '("LOGSEQ_DIR")))
|
(exec-path-from-shell-copy-env v))
|
||||||
|
(exec-path-from-shell-initialize))
|
||||||
|
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
:hook (clojure-mode . flycheck-mode))
|
:hook (clojure-mode . flycheck-mode))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue