]> code.delx.au - gnu-emacs-elpa/commitdiff
counsel.el (counsel-yank-pop): Add autoload
authorOleh Krehel <ohwoeowho@gmail.com>
Sun, 13 Sep 2015 06:26:10 +0000 (08:26 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sun, 13 Sep 2015 06:26:10 +0000 (08:26 +0200)
counsel.el

index bb1a98add989ab443271906bbda04457243a0c8f..bf901fb0c7a807fa4c813eb6f80fa3ffd9f78306 100644 (file)
@@ -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)