From ef8dbb93c20b5e30003c1d3ea3e920f34e2d4d92 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 16 Nov 2015 23:48:21 -0800 Subject: [PATCH] phabricator --- dotfiles/emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 6afb5c3d..49fd7c17 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -895,6 +895,8 @@ The current directory is assumed to be the project's root otherwise." (progn (setq git-link-use-commit t))) +(use-package phabricator) + (use-package key-chord) (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) (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"