This commit is contained in:
joachimschmidt557 2021-09-21 22:08:38 +02:00
parent cfef16253c
commit 896229ba88
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 16 additions and 7 deletions

View file

@ -62,6 +62,7 @@
(straight-use-package 'rainbow-delimiters)
(straight-use-package 'hl-todo)
;; (straight-use-package 'counsel)
(straight-use-package 'orderless)
(straight-use-package 'selectrum)
(straight-use-package 'consult)
(straight-use-package 'marginalia)
@ -149,6 +150,9 @@
;; ("C-x C-r" . counsel-recentf)
;; ("C-c C-r" . ivy-resume)))
(use-package orderless
:custom (completion-styles '(orderless)))
(use-package selectrum
:init
(ido-mode nil)