forked from colonelpanic/dotfiles
Change whitespace in go-mode-install-current-project
This commit is contained in:
parent
cc12346236
commit
e5f29d1375
@ -2147,7 +2147,7 @@ I use helm for almost all emacs completion
|
|||||||
|
|
||||||
(defun go-mode-install-current-project ()
|
(defun go-mode-install-current-project ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(start-process
|
(start-process
|
||||||
"go install" "go install log" "go" "install"
|
"go install" "go install log" "go" "install"
|
||||||
(concat (file-name-as-directory (go-mode-workspace-path)) "...")))
|
(concat (file-name-as-directory (go-mode-workspace-path)) "...")))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user