Aggiunta configurazione per Erlang e Clojure

This commit is contained in:
Fabio Scotto di Santolo
2020-01-03 16:15:59 +01:00
parent a66d1d18f6
commit 50e821983d
7 changed files with 201 additions and 41 deletions

View 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")))