mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
selectrum: refactor consult stuff
- use `consult-preview-at-point-mode` instead of `consult-preview-minor-mode` - better consult preview function detection in `+selectrum/embark-preview`
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
:after (embark consult)
|
||||
:demand t
|
||||
:hook
|
||||
(embark-collect-mode . consult-preview-minor-mode))
|
||||
(embark-collect-mode . consult-preview-at-point-mode))
|
||||
|
||||
(use-package! wgrep
|
||||
:commands wgrep-change-to-wgrep-mode
|
||||
|
Reference in New Issue
Block a user