Add go-projectile

This commit is contained in:
Ivan Malison 2015-10-12 12:51:33 -07:00
parent a4e452f110
commit ce24443cf1

View File

@ -2057,6 +2057,7 @@ window is active in the perspective."
:config
(progn
(use-package company-go)
(use-package go-projectile)
(defun imalison:go-mode-hook ()
(local-set-key (kbd "M-.") 'godef-jump)
(local-set-key (kbd "M-,") 'pop-tag-mark)