mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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-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)
|
||||||
|
Reference in New Issue
Block a user