-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spacemacs/toggle-auto-completion broken #1289
Labels
Comments
Thank for the report I'm going to fix it. |
syl20bnr
added a commit
that referenced
this issue
May 10, 2015
so 20 days later it is fixed in develop :-) |
Confirmed fixed. |
When are you going to promote it to master? Or what it is the better way to get the update? |
I will push it in a few hours. |
syl20bnr
added a commit
that referenced
this issue
May 15, 2015
@hiphoox Thank you for mentioning this fix. It is available on the master branch in version 0.101.4 |
@syl20bnr Thanks!! |
kryptt
pushed a commit
to kryptt/spacemacs
that referenced
this issue
Sep 6, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spacemacs/toggle-auto-completion
is broken. When trying to toggle auto completion, I getSymbol's value as variable is void: auto-completion-front-end
. It checks forauto-completion-front-end
which doesn't seem to get set.Relevant file: https://github.com/syl20bnr/spacemacs/blob/develop/contrib/auto-completion/funcs.el
I suppose the solution would be to set that variable in
config.el
for theauto-completion
layer, but I'm not sure if that's how it was supposed to work as designed.The text was updated successfully, but these errors were encountered: