phabricator

This commit is contained in:
Ivan Malison 2015-11-16 23:48:21 -08:00
parent 3a5cc2580d
commit ef8dbb93c2

View File

@ -895,6 +895,8 @@ The current directory is assumed to be the project's root otherwise."
(progn (progn
(setq git-link-use-commit t))) (setq git-link-use-commit t)))
(use-package phabricator)
(use-package key-chord) (use-package key-chord)
(use-package nodejs-repl) (use-package nodejs-repl)
@ -2273,6 +2275,8 @@ items follow a style that is consistent with other prog-modes."
(add-hook 'before-save-hook 'gofmt-before-save t) (add-hook 'before-save-hook 'gofmt-before-save t)
(defun go-mode-workspace-path () (defun go-mode-workspace-path ()
(file-relative-name (projectile-project-root) (file-relative-name (projectile-project-root)
(concat (file-name-as-directory
(or (getenv "GOPATH") "~/go")) "src")))
(defun go-mode-install-current-project () (defun go-mode-install-current-project ()
(interactive) (interactive)
(start-process "go install" "go install log" "go" "install" (start-process "go install" "go install log" "go" "install"