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
I am currently using the latest version of doom emacs (26.1). I was trying to get autocompletion in C++ work but nothing popped up as I typed. I have made sure irony server is installed, and have llvm and cmake installed using homebrew. I toggled on the debugging error and ran M-x counsel-irony, and it showed the following:
(void-function irony-completion-candidates-async)
irony-completion-candidates-async(counsel-irony-callback)
How should I go about debugging this? Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I am currently using the latest version of doom emacs (26.1). I was trying to get autocompletion in C++ work but nothing popped up as I typed. I have made sure irony server is installed, and have llvm and cmake installed using homebrew. I toggled on the debugging error and ran M-x counsel-irony, and it showed the following:
(void-function irony-completion-candidates-async)
irony-completion-candidates-async(counsel-irony-callback)
How should I go about debugging this? Thank you!
The text was updated successfully, but these errors were encountered: