ivy and minibuffer-depth-indication-mode #134
Closed
Comments
Thanks. Let me know if you want a face for the minibuffer depth. I don't really want it, and it's a bit tricky to add. |
No, no extra face needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With
minibuffer-depth-indication-mode
enabled, the minibuffer prompts are displayed as[n] Prompt:
during recursive edits wheren
denotes the minibuffer depth. It does so by hooking intominibuffer-setup-hook
.With
ivy-mode
enabled,minibuffer-depth-indication-mode
doesn't seem to have any effect. That's unfortunate because it's a nice feature for people who frequently work with recursive minibuffers.The text was updated successfully, but these errors were encountered: