hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
191 stars 47 forks source link

Company mode offers Hy completions in inappropriate buffers after activating hy-mode #82

Closed r-zip closed 5 years ago

r-zip commented 5 years ago

After activating hy-mode, company provides only Hy-related completions. I have observed this problem in both Python and elisp buffers.

I'm using Hy version 0.16.0.'

Edit: This problem goes away once I kill the *Hy Internal* buffer.

ekaschalk commented 5 years ago

Pushed a fix. Do you run spacemacs or is company-backends not a local var for you?