emacs-from-scratch icon indicating copy to clipboard operation
emacs-from-scratch copied to clipboard

counsel-M-x doesn't show description

Open sngbd opened this issue 2 years ago • 1 comments

Here is a screenshot of my configuration for counsel in init.el and its issue: image

Any idea how to fix this?

sngbd avatar Aug 06 '22 09:08 sngbd

I was able to fix it by removing the :after ivy line from the ivy-rich configuration

(use-package ivy-rich
  :after ivy
  :init
  (ivy-rich-mode 1))

mayrf avatar Nov 23 '22 15:11 mayrf