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