This commit is contained in:
Daniel Ziltener 2023-12-14 12:33:52 +01:00
parent 79ec038dc9
commit ac2c554a62
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 1 additions and 4 deletions

View File

@ -367,10 +367,7 @@
(use-package embark-consult
:hook
(embark-collect-mode . consult-preview-at-point-mode))
(use-package consult
:elpaca nil ;; Because otherwise, consult and embark-consult block each other
(embark-collect-mode . consult-preview-at-point-mode)
:config
(require 'consult-flymake)
(require 'consult-xref)