[Spacemacs] Switch from ido to ivy
This commit is contained in:
parent
6572861960
commit
a2db890524
@ -1728,7 +1728,7 @@ as [[https://github.com/sharkdp/fd][fd]].
|
|||||||
the user can match one and open it."
|
the user can match one and open it."
|
||||||
(interactive)
|
(interactive)
|
||||||
(find-file
|
(find-file
|
||||||
(ido-completing-read
|
(ivy-completing-read
|
||||||
"Org File: "
|
"Org File: "
|
||||||
(s-split "\n"
|
(s-split "\n"
|
||||||
(mapconcat (lambda (path)
|
(mapconcat (lambda (path)
|
||||||
|
Loading…
Reference in New Issue
Block a user