completion/ivy: update ivy-minibuffer-map & +ivy/kill-ring docstring
This commit is contained in:
parent
434a5efeda
commit
ce9fdaf839
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue