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
Anaconda mode is really great for use in org-mode files with Python blocks, by far the best option I've found so far.
I've installed company-anaconda and everything -- including code-completion -- is working perfectly in .py files in ordinary Python mode.
It generally also works quite well in org-mode buffers, but code completion only works via the standard C-M-i interface, not via the company-integrated version. If I manually trigger the command via M-x company-anaconda the completions work as expected, but they don't show up automatically and I can't trigger them via C-SPC etc. This is the case both for editing source blocks in the .org buffer as well als in org-edit-special buffers.
Is it possible that this is due to a clash between org-mode and anaconda-mode in the same buffer? I think org-mode or something else is overwriting my attempts to get completions from the company-anaconda backend. Can I force the desired behaviour somehow?
I'm using Doom Emacs. The values of the following variables might be relevant.
Anaconda mode is really great for use in org-mode files with Python blocks, by far the best option I've found so far.
I've installed
company-anaconda
and everything -- including code-completion -- is working perfectly in.py
files in ordinary Python mode.It generally also works quite well in org-mode buffers, but code completion only works via the standard
C-M-i
interface, not via the company-integrated version. If I manually trigger the command viaM-x company-anaconda
the completions work as expected, but they don't show up automatically and I can't trigger them via C-SPC etc. This is the case both for editing source blocks in the.org
buffer as well als inorg-edit-special
buffers.Is it possible that this is due to a clash between org-mode and anaconda-mode in the same buffer? I think org-mode or something else is overwriting my attempts to get completions from the
company-anaconda
backend. Can I force the desired behaviour somehow?I'm using Doom Emacs. The values of the following variables might be relevant.
company-backends
:+company-backend-alist+
The text was updated successfully, but these errors were encountered: