]> code.delx.au - gnu-emacs-elpa/commitdiff
counsel.el (counsel-yank-pop-truncate): Add group
authorOleh Krehel <ohwoeowho@gmail.com>
Sat, 12 Sep 2015 11:58:51 +0000 (13:58 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sat, 12 Sep 2015 11:58:51 +0000 (13:58 +0200)
counsel.el

index fa1475dfe79ecfd1eb6ae107a42adf46ebd21a23..bb1a98add989ab443271906bbda04457243a0c8f 100644 (file)
@@ -1035,7 +1035,8 @@ INITIAL-INPUT can be given as the initial minibuffer input."
                             (swiper ivy-text)))))))
 
 (defcustom counsel-yank-pop-truncate nil
-  "When non-nil, truncate the display of long strings.")
+  "When non-nil, truncate the display of long strings."
+  :group 'ivy)
 
 (defun counsel-yank-pop ()
   "Ivy replacement for `yank-pop'."