1 ;;; Simple rc to configure go-complete.
3 (when (yard-require 'go-complete
)
4 ;; According to the documentation of
5 ;; `completion-at-point-functions', `add-hook' is the appropriate
7 (add-hook 'completion-at-point-functions
'go-complete-at-point
))