Add set-env! autodef; make :env obsolete
This commit is contained in:
parent
3b0fad871f
commit
98d2f1de3f
8 changed files with 20 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
;;
|
||||
|
||||
(after! go-mode
|
||||
(set! :env "GOPATH" "GOROOT")
|
||||
(set-env! "GOPATH" "GOROOT")
|
||||
(set! :repl 'go-mode #'gorepl-run)
|
||||
(set! :lookup 'go-mode
|
||||
:definition #'go-guru-definition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue