diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
