-
-
Notifications
You must be signed in to change notification settings - Fork 339
ivy starts by showing a single line #229
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
Comments
Can't reproduce. Please update to the latest MELPA version, and test with various Emacs versions if you can. |
I’m using the current MELPA version. I was able to reproduce it with a “minimal” configuration (using This is what I did. With this init.el: (setq emacsd-dir "/Users/schmitta/.emacs.d/")
(setq package-user-dir (concat emacsd-dir "elpa"))
(package-initialize) I start emacs
I then do |
Thanks, I was able to reproduce with many frames (I always use just one). I don't know the reason for this strange behavior, I only added a work-around that checks the number of frames. |
Since last update, each time I use ivy I only see a single minibuffer line until I start typing something. The problem is that I don’t know what is currently selected, so I cannot just hit enter to use it.
Here are a couple screenshots.
counsel-M-x
switching buffers

Is there an option that has changed for the initial minibuffer size?
The text was updated successfully, but these errors were encountered: