Browse Source

added ivy-rich

master
Marc 3 years ago
parent
commit
e3b945300c
1 changed files with 6 additions and 0 deletions
  1. 6
      init.org

6
init.org

@ -420,6 +420,12 @@ Windows Theme:
ivy-re-builders-alist ;; regex replaces spaces with *
'((t . ivy--regex-plus))))
; make M-x more descriptive
(use-package ivy-rich
:ensure t
:init
(ivy-rich-mode 1))
(use-package counsel
:ensure t
:bind*

Loading…
Cancel
Save