mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: update ivy-minibuffer-map & +ivy/kill-ring docstring
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user