Emacs: Use more of the consult package

This commit is contained in:
Riyyi
2022-07-31 16:06:04 +02:00
parent 4389dce613
commit 9049b130a8
2 changed files with 25 additions and 13 deletions
+9 -1
View File
@@ -40,5 +40,13 @@
(marginalia-mode))
(use-package consult
:after selectrum)
:after selectrum
:config (setq consult-narrow-key (kbd "?")))
(use-package consult-flycheck
:after (consult flycheck))
(use-package consult-project-extra
:after (consult project)
:config (setq project-switch-commands 'consult-project-extra-find))
#+END_SRC