Remove currently unneeded variables from configuration
This commit is contained in:
parent
8938791629
commit
def7b66def
1 changed files with 1 additions and 4 deletions
5
01mac.el
5
01mac.el
|
|
@ -44,10 +44,7 @@
|
||||||
|
|
||||||
; Use Shells variables
|
; Use Shells variables
|
||||||
(when (memq window-system '(mac ns))
|
(when (memq window-system '(mac ns))
|
||||||
(exec-path-from-shell-initialize)
|
(exec-path-from-shell-initialize))
|
||||||
(exec-path-from-shell-copy-env "GOPATH")
|
|
||||||
(exec-path-from-shell-copy-env "GOROOT"))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;; Font configuration ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;; Font configuration ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue