Aggiunta configurazione per Erlang e Clojure
This commit is contained in:
6
.emacs.rc/shell-integration-rc.el
Normal file
6
.emacs.rc/shell-integration-rc.el
Normal file
@@ -0,0 +1,6 @@
|
||||
;; 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")))
|
||||
Reference in New Issue
Block a user