From e5f29d1375cbb4b5508edb0384f80a4b26abaf71 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 25 Jun 2016 16:43:58 -0700 Subject: [PATCH] Change whitespace in go-mode-install-current-project --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 7d99dc21..6cf6ddc3 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2147,7 +2147,7 @@ I use helm for almost all emacs completion (defun go-mode-install-current-project () (interactive) - (start-process + (start-process "go install" "go install log" "go" "install" (concat (file-name-as-directory (go-mode-workspace-path)) "...")))