[Spacemacs] Switch from ido to ivy

This commit is contained in:
Lucien Cartier-Tilet 2021-04-21 22:14:29 +02:00
parent 6572861960
commit a2db890524
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -1728,8 +1728,8 @@ 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)
(shell-command-to-string (shell-command-to-string