branch: master
commit ce33972396f319e442816be6f6e81049a27644e2
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    counsel.el (counsel-yank-pop): Add autoload
---
 counsel.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/counsel.el b/counsel.el
index bb1a98a..bf901fb 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1038,6 +1038,7 @@ INITIAL-INPUT can be given as the initial minibuffer 
input."
   "When non-nil, truncate the display of long strings."
   :group 'ivy)
 
+;;;###autoload
 (defun counsel-yank-pop ()
   "Ivy replacement for `yank-pop'."
   (interactive)

Reply via email to