Use ivy-helpers/list-external-commands
Without the ivy-helpers/ namespace, I believe this code is buggy.
This commit is contained in:
parent
f4fa363c19
commit
183b306159
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ NixOS wrappers."
|
||||||
"Prompts the user with a list of all installed applications and
|
"Prompts the user with a list of all installed applications and
|
||||||
lets them select one to launch."
|
lets them select one to launch."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((external-commands-list (list-external-commands)))
|
(let ((external-commands-list (ivy-helpers/list-external-commands)))
|
||||||
(ivy-read "Command:" external-commands-list
|
(ivy-read "Command:" external-commands-list
|
||||||
:require-match t
|
:require-match t
|
||||||
:action #'ivy-helpers/do-run-external-command)))
|
:action #'ivy-helpers/do-run-external-command)))
|
||||||
|
|
Loading…
Reference in a new issue