mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove wgrep from completion/helm (unused package)
This commit is contained in:
@ -180,11 +180,6 @@ be negative.")
|
|||||||
(lambda (buf &optional _resume) (pop-to-buffer buf)))
|
(lambda (buf &optional _resume) (pop-to-buffer buf)))
|
||||||
|
|
||||||
|
|
||||||
(def-package! wgrep
|
|
||||||
:commands wgrep-change-to-wgrep-mode
|
|
||||||
:config (setq wgrep-auto-save-buffer t))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Evil integration
|
;; Evil integration
|
||||||
;;
|
;;
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
(package! helm-describe-modes :recipe (:fetcher github :repo "emacs-helm/helm-describe-modes"))
|
(package! helm-describe-modes :recipe (:fetcher github :repo "emacs-helm/helm-describe-modes"))
|
||||||
(package! helm-projectile)
|
(package! helm-projectile)
|
||||||
(package! swiper-helm)
|
(package! swiper-helm)
|
||||||
(package! wgrep)
|
|
||||||
(when (featurep! +fuzzy)
|
(when (featurep! +fuzzy)
|
||||||
(package! helm-flx))
|
(package! helm-flx))
|
||||||
(when (and EMACS26+ (featurep! +childframe))
|
(when (and EMACS26+ (featurep! +childframe))
|
||||||
|
Reference in New Issue
Block a user