Comment on ivy-rich-mode

This commit is contained in:
contrapunctus 2022-01-13 21:45:31 +05:30
parent ce4ade6e25
commit a2d25a60ed
1 changed files with 1 additions and 1 deletions

View File

@ -2096,7 +2096,7 @@ PR ideas
#+BEGIN_SRC emacs-lisp
(use-package ivy
:commands ivy-mode
:init (ivy-rich-mode)
:init (ivy-rich-mode) ;; display command docstrings in `counsel-M-x'
:bind (:map ivy-minibuffer-map
("C-h" . ivy-backward-delete-char)
("C-c" . previous-line)