Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Emacs Company Mode for External Packages
Apply changes in mdempsky#79 to emacs company-go mode so auto-completion of non-local packages works. Mirrors changes in nsf#530. This way completion works if you just checkout this repo and point emacs to this instance of go-code.
- Loading branch information
9a8bd76
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
-source
flag type-checks everything from source, causing a significant slowdown, so it definitely should not be a default. Why is this necessary?