fix(vertico): missing closing paren

And correct minor formatting inconsistencies.

Amend: c39acf284b
This commit is contained in:
Henrik Lissner 2022-04-12 02:50:54 +02:00
parent f3f260c0c0
commit 0e48c22c3e
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -158,6 +158,7 @@ orderless."
("C-x C-d" . consult-dir)
("C-x C-j" . consult-dir-jump-file)))
(use-package! consult-flycheck
:when (featurep! :checkers syntax)
:after (consult flycheck))
@ -233,7 +234,8 @@ orderless."
'(projectile-find-file . project-file)
'(projectile-recentf . project-file)
'(projectile-switch-to-buffer . buffer)
'(projectile-switch-project . project-file))
'(projectile-switch-project . project-file)))
(use-package! embark-consult
:after (embark consult)