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
1 - With a fresh instance of Emacs and no running eshell process:
2 - Go to .spacemacs file
3 - Confirm that the value of company-frontends is something other than '(company-preview-frontend)
4 - run open-shell command (SPC ')
5 - go back to window viewing .spacemacs
6 - The value of company-frontends is now '(company-preview-frontend)
The text was updated successfully, but these errors were encountered:
cmccloud
added a commit
to cmccloud/spacemacs
that referenced
this issue
Aug 11, 2015
Fixes an issue where the buffer local value of
`company-preview-frontend' was being altered prior to switching to
the e-shell mode buffer.
See issue syl20bnr#2401.
Fixes an issue where the buffer local value of
`company-preview-frontend' was being altered prior to switching to
the e-shell mode buffer.
See issue #2401.
On develop:
Steps to replicate:
In dotspacemacs-configuration-layers:
1 - With a fresh instance of Emacs and no running eshell process:
2 - Go to .spacemacs file
3 - Confirm that the value of company-frontends is something other than '(company-preview-frontend)
4 - run open-shell command (SPC ')
5 - go back to window viewing .spacemacs
6 - The value of company-frontends is now '(company-preview-frontend)
The text was updated successfully, but these errors were encountered: