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

    counsel.el (counsel-yank-pop-truncate): Add group
---
 counsel.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/counsel.el b/counsel.el
index fa1475d..bb1a98a 100644
--- a/counsel.el
+++ b/counsel.el
@@ -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'."

Reply via email to