Remove wgrep from completion/helm (unused package)
This commit is contained in:
parent
d04efc9774
commit
bd0b7d2341
2 changed files with 0 additions and 6 deletions
|
@ -180,11 +180,6 @@ be negative.")
|
|||
(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
|
||||
;;
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
(package! helm-describe-modes :recipe (:fetcher github :repo "emacs-helm/helm-describe-modes"))
|
||||
(package! helm-projectile)
|
||||
(package! swiper-helm)
|
||||
(package! wgrep)
|
||||
(when (featurep! +fuzzy)
|
||||
(package! helm-flx))
|
||||
(when (and EMACS26+ (featurep! +childframe))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue