Mercurial > dotfiles
diff .elisp/settings/80.go.el @ 285:d77b2e253e99
emacs go: actually use af-go-mode-hook
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 03 May 2012 18:01:46 -0500 |
parents | 884f7f932a83 |
children | e00b19603472 |
line wrap: on
line diff
--- a/.elisp/settings/80.go.el +++ b/.elisp/settings/80.go.el @@ -26,6 +26,7 @@ (message "Go is installed, loading go-mode") (add-to-list 'load-path goloc) (require 'go-mode) + (add-hook 'go-mode-hook 'af-go-hook) (let* ((loc (af-get-gocode-elisp-location)) (el (concat loc "/company-go.el"))) (if (file-exists-p el)