Fix embark-consult and add wgrep
This commit is contained in:
parent
1d9987b70b
commit
f637fdb0cf
@ -84,6 +84,13 @@
|
||||
(flycheck-command-map "!" #'consult-flycheck))
|
||||
|
||||
(use-package embark-consult
|
||||
:after (embark consult))
|
||||
:init
|
||||
(with-eval-after-load 'embark
|
||||
(require 'embark-consult)))
|
||||
|
||||
;; Make grep-like embark collect buffers editable
|
||||
(use-package wgrep
|
||||
:general
|
||||
(grep-mode-map "C-x C-q" #'wgrep-change-to-wgrep-mode))
|
||||
|
||||
(provide 'init-completion)
|
||||
|
Loading…
Reference in New Issue
Block a user