emacs-from-scratch
emacs-from-scratch copied to clipboard
counsel-M-x doesn't show description
Here is a screenshot of my configuration for counsel in init.el and its issue:
Any idea how to fix this?
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))