I am using emacs autocomplete plugin, actually i am using Emacs Live(https://github.com/overtone/emacs-live) which in turn uses autocomplete.
Autocomplete does work, but it only know the keywords list in the /dict/xxx files.
When i add libs to current project using lein (for example ring, compojure), it doesn’t work at all.
Do i have to list all keywords in the libs to /dict directory to make autocomplete know them?
Or is there a way to let autocomplete know the keywords each time i add a new lib using lein(Just like what happens in Java IDE)?
I am using emacs autocomplete plugin, actually i am using Emacs Live( https://github.com/overtone/emacs-live )
Share
Chris Barrett’s answer gets you almost there.
Install nrepl and ac-nrepl from melpa, then put this in your init:
And use
M-x nrepl-jack-into hook your emacs session to your clojure project with auto complete and doc hints.