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
When I create a new snippet for a mode with [C-c & C-n]. And try to save the new created snippet with [C-c C-c]. Then ivy prompt like this:
[C-c & C-n]
[C-c C-c]
File name to create in /home/stardiviner/.emacs.d/snippets/org-mode? ~/Org/Projects/ ... ...
The ~/Org/Projects/ should not be here.
~/Org/Projects/
I tested with emacs -q. When not enable ivy-mode, yasnippet works correctly. After enable ivy-mode with (ivy-mode 1). The appears this issue.
emacs -q
ivy-mode
(ivy-mode 1)
I think this might be introduced by this PR: #461
The text was updated successfully, but these errors were encountered:
ebd3fb9
Thanks. Please check.
Sorry, something went wrong.
Fixed, thanks
No branches or pull requests
When I create a new snippet for a mode with
[C-c & C-n]
.And try to save the new created snippet with
[C-c C-c]
.Then ivy prompt like this:
The
~/Org/Projects/
should not be here.I tested with
emacs -q
. When not enableivy-mode
, yasnippet works correctly. After enable ivy-mode with(ivy-mode 1)
. The appears this issue.I think this might be introduced by this PR: #461
The text was updated successfully, but these errors were encountered: