mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add set-env! autodef; make :env obsolete
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user