|
|
@ -1204,6 +1204,7 @@ Counsel is a customized set of commands to replace built in completion buffers. |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
(use-package counsel |
|
|
|
:after ivy |
|
|
|
:custom (counsel-linux-app-format-function #'counsel-linux-app-format-function-name-only) |
|
|
|
:config (counsel-mode 1)) |
|
|
|
#+end_src |
|
|
@ -1219,6 +1220,7 @@ Provide more information about each item with [[https://github.com/Yevgnen/ivy-r |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
(use-package ivy-rich |
|
|
|
:after counsel |
|
|
|
:init (ivy-rich-mode 1)) |
|
|
|
#+end_src |
|
|
|
|
|
|
|