update
This commit is contained in:
parent
cfef16253c
commit
896229ba88
3 changed files with 16 additions and 7 deletions
4
emacs.el
4
emacs.el
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue