Edit exec-path-from-shell setup

This commit is contained in:
Tobias Ostner 2025-11-22 08:48:47 +01:00
parent 85fd780006
commit d516041312

View file

@ -266,10 +266,11 @@
(envrc-global-mode))
(use-package exec-path-from-shell
:if (and (eq system-type 'darwin) (display-graphic-p))
:if (memq window-system '(mac ns))
:config
(exec-path-from-shell-initialize)
(exec-path-from-shell-copy-envs '("LOGSEQ_DIR")))
(dolist (v '("PATH" "MANPATH" "NIX_PATH" "LOGSEQ_DIR"))
(exec-path-from-shell-copy-env v))
(exec-path-from-shell-initialize))
(use-package flycheck
:hook (clojure-mode . flycheck-mode))