completion/ivy: update ivy-minibuffer-map & +ivy/kill-ring docstring

This commit is contained in:
Henrik Lissner 2017-05-06 16:41:34 +02:00
parent 434a5efeda
commit ce9fdaf839
2 changed files with 5 additions and 1 deletions

View file

@ -68,6 +68,7 @@ limit to buffers in the current workspace."
;;;###autoload
(defun +ivy/kill-ring ()
"Search through the kill ring with `ivy'."
(interactive)
(ivy-read "Kill ring:"
(cl-remove-if (lambda (it)