fix(vertico): missing closing paren
And correct minor formatting inconsistencies.
Amend: c39acf284b
This commit is contained in:
parent
f3f260c0c0
commit
0e48c22c3e
1 changed files with 3 additions and 1 deletions
|
@ -158,6 +158,7 @@ orderless."
|
||||||
("C-x C-d" . consult-dir)
|
("C-x C-d" . consult-dir)
|
||||||
("C-x C-j" . consult-dir-jump-file)))
|
("C-x C-j" . consult-dir-jump-file)))
|
||||||
|
|
||||||
|
|
||||||
(use-package! consult-flycheck
|
(use-package! consult-flycheck
|
||||||
:when (featurep! :checkers syntax)
|
:when (featurep! :checkers syntax)
|
||||||
:after (consult flycheck))
|
:after (consult flycheck))
|
||||||
|
@ -233,7 +234,8 @@ orderless."
|
||||||
'(projectile-find-file . project-file)
|
'(projectile-find-file . project-file)
|
||||||
'(projectile-recentf . project-file)
|
'(projectile-recentf . project-file)
|
||||||
'(projectile-switch-to-buffer . buffer)
|
'(projectile-switch-to-buffer . buffer)
|
||||||
'(projectile-switch-project . project-file))
|
'(projectile-switch-project . project-file)))
|
||||||
|
|
||||||
|
|
||||||
(use-package! embark-consult
|
(use-package! embark-consult
|
||||||
:after (embark consult)
|
:after (embark consult)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue