From 3a5cc2580d8c2a16be92ad8e27b8c9f5aba2cb7a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 16 Nov 2015 23:48:07 -0800 Subject: [PATCH] whitespace tweak --- dotfiles/emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index e5d5d61b..6afb5c3d 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2273,7 +2273,6 @@ items follow a style that is consistent with other prog-modes." (add-hook 'before-save-hook 'gofmt-before-save t) (defun go-mode-workspace-path () (file-relative-name (projectile-project-root) - (concat (file-name-as-directory (or (getenv "GOPATH") "~/go")) "src"))) (defun go-mode-install-current-project () (interactive) (start-process "go install" "go install log" "go" "install"