mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(vertico): missing closing paren
And correct minor formatting inconsistencies.
Amend: c39acf284b
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user