This commit is contained in:
joachimschmidt557 2022-02-01 16:36:43 +01:00
parent 7ba80d6e18
commit 7fd69b98fb
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 4 additions and 3 deletions

View file

@ -149,7 +149,8 @@
(use-package selectrum
:init
(ido-mode nil)
(selectrum-mode t))
(selectrum-mode t)
:bind (("C-x M-x" . selectrum-repeat)))
(use-package consult
:bind (("C-c i" . consult-imenu)