Files
dotfiles/.emacs.rc/shell-integration-rc.el
2020-01-03 16:15:59 +01:00

7 lines
205 B
EmacsLisp

;; Sets up exec-path-from shell
;; https://github.com/purcell/exec-path-from-shell
(when (memq window-system '(mac ns))
(exec-path-from-shell-initialize)
(exec-path-from-shell-copy-envs
'("PATH")))