You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,10 @@ There are some issues with the `pos-tip` library used to display the documentati
280
280
281
281
If you installed by cloning the git repository and you are having problems, please sanity check by running `make test-all` in the `emacs` folder.
282
282
283
+
### Using a different version of FsAutoComplete
284
+
285
+
Installing with `make install ac_from_src=yes` will build FsAutoComplete from their lastest master commit instead of using their current binary distribution. Build from a specific commit by passing `ac_commit=$COMMIT_HASH`.
0 commit comments