From def7b66def9d2f74e3f085db72612d0d7cbb28b6 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Sun, 9 Sep 2018 07:53:59 +0300 Subject: [PATCH] Remove currently unneeded variables from configuration --- 01mac.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/01mac.el b/01mac.el index 89aacd1..2991a45 100644 --- a/01mac.el +++ b/01mac.el @@ -44,10 +44,7 @@ ; Use Shells variables (when (memq window-system '(mac ns)) - (exec-path-from-shell-initialize) - (exec-path-from-shell-copy-env "GOPATH") - (exec-path-from-shell-copy-env "GOROOT")) - + (exec-path-from-shell-initialize)) ;;;;;;;;;;;;;;;;;;;;;; Font configuration ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;