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:
File name to create in /home/stardiviner/.emacs.d/snippets/org-mode? ~/Org/Projects/
...
...
The ~/Org/Projects/ should not be here.
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.
I think this might be introduced by this PR: #461
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