graphviz-dot-mode
graphviz-dot-mode copied to clipboard
Native compilation error: No such file or directory, company
Hi!
I got this error after installing graphviz-dot-mode
:
company-graphviz-dot.el:34:2: Error: Cannot open load file: No such file or directory, company
I suppose the error is harmless, since the other files were compiled correctly and the major mode works fine.
Still, it would be nice to only execute code in company-graphviz-dot.el
if requiring company
succeeds.
WDYT?
graphviz-dot-mode
depends on company
for the autocomplete functionality. If I would implement this now, I would implement it in a different way as to not be dependent on company. Emacs has it's own autocomplete framework and company can tap into this. A future revision should go this route.
Same bug, an update would be appreciated, or a way to work around it?
I hear you.