Skip to content
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

Could helm-M-x cursor blink? #8581

Closed
summer-wu opened this issue Mar 25, 2017 · 1 comment
Closed

Could helm-M-x cursor blink? #8581

summer-wu opened this issue Mar 25, 2017 · 1 comment

Comments

@summer-wu
Copy link

Could helm-M-x cursor blink?

In Spacemacs,helm use a separate input area which is not minibuffer.
In original helm,helm use minibuffer,minibuffer is controled by blink-cursor-mode.

I have tried to change spacemacs-base/config.el,but has no effect to helm-M-x.

layers/+distributions/spacemacs-base/config.el
122:(blink-cursor-mode 0) -> (blink-cursor-mode 1) 

Original helm,use minibuffer:
original

Spacemacs use separate area:
spacemacs

@summer-wu
Copy link
Author

I have got an answer from helm's author.

(setq helm-echo-input-in-header-line nil)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant