diff options
| -rw-r--r-- | README.org | 6 | ||||
| -rw-r--r-- | init.el | 4 |
2 files changed, 10 insertions, 0 deletions
@@ -68,6 +68,12 @@ :config (ivy-mode 1)) #+end_src +*** Ivy-rich +#+begin_src elisp + (use-package ivy-rich + :init + (ivy-rich-mode 1)) +#+end_src ** Counsel #+begin_src elisp (use-package counsel @@ -42,6 +42,10 @@ :config (ivy-mode 1)) +(use-package ivy-rich + :init + (ivy-rich-mode 1)) + (use-package counsel :bind (("M-x" . counsel-M-x) ("C-x b" . counsel-ibuffer) |
