We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error in post-command-hook (ivy--queue-exhibit): (wrong-type-argument listp leaf)
Here a bit tricky code, and I have no idea how to minimize an example.
I'm using https://github.com/doomemacs/doomemacs and it's workspaces. It uses ivy at switch between them: https://github.com/doomemacs/doomemacs/blob/d12b0ebc80dc2e14b5bcfad7f00f0cc07d3f2841/modules/ui/workspaces/autoload/workspaces.el#L316-L346
ivy
Right now when I'm trying to switch workspace it shows a error:
If I switch off ivy-rich via M-x ivy-rich-mode an error dissapear. Thus, if I change ivy-read call from:
ivy-rich
M-x ivy-rich-mode
ivy-read
(ivy-read "Switch to workspace: " (+workspace-list-names) :caller #'+workspace/switch-to :preselect (+workspace-current-name))
to something with different :caller or remove it => the error is also dissapear.
:caller
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here a bit tricky code, and I have no idea how to minimize an example.
I'm using https://github.com/doomemacs/doomemacs and it's workspaces. It uses
ivy
at switch between them:https://github.com/doomemacs/doomemacs/blob/d12b0ebc80dc2e14b5bcfad7f00f0cc07d3f2841/modules/ui/workspaces/autoload/workspaces.el#L316-L346
Right now when I'm trying to switch workspace it shows a error:
If I switch off
ivy-rich
viaM-x ivy-rich-mode
an error dissapear. Thus, if I changeivy-read
call from:to something with different
:caller
or remove it => the error is also dissapear.The text was updated successfully, but these errors were encountered: