# HG changeset patch # User Augie Fackler # Date 1336086106 18000 # Node ID d77b2e253e99e5199d548845153b73dbbb7e4960 # Parent 426917c07eb1b0aa95663ae6c914eabeb77c03cc emacs go: actually use af-go-mode-hook diff --git a/.elisp/settings/80.go.el b/.elisp/settings/80.go.el --- 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)