Remove pointlessly noisy description in header comment.
[emacs.d.git] / lisp / go-complete-rc.el
blob1746a4ba78be1f0ee2247d7e15956c236c2d885b
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
6 ;; verb here.
7 (add-hook 'completion-at-point-functions 'go-complete-at-point))