completion/ivy: fix +ivy/tasks, add :todo & +ivy:todo

This commit is contained in:
Henrik Lissner 2017-05-10 06:13:14 +02:00
parent c4e404b0bb
commit bfd79e78ce
4 changed files with 67 additions and 6 deletions

View file

@ -40,3 +40,9 @@ session."
"Invoke `swiper' with SEARCH, otherwise with the symbol at point."
(interactive "<a>")
(swiper search))
;;;###autoload (autoload '+ivy:todo "completion/ivy/autoload/evil" nil t)
(evil-define-command +ivy:todo (&optional bang)
"An ex wrapper around `+ivy/tasks'."
(interactive "<!>")
(+ivy/tasks bang))