mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move wgrep config from core-editor to completion/{ivy,helm}
This commit is contained in:
@ -226,9 +226,5 @@ extension, try to guess one."
|
||||
(def-package! smart-forward
|
||||
:commands (smart-up smart-down smart-backward smart-forward))
|
||||
|
||||
(def-package! wgrep
|
||||
:commands (wgrep-setup wgrep-change-to-wgrep-mode)
|
||||
:config (setq wgrep-auto-save-buffer t))
|
||||
|
||||
(provide 'core-editor)
|
||||
;;; core-editor.el ends here
|
||||
|
@ -34,7 +34,6 @@
|
||||
(package! smart-forward)
|
||||
(package! smartparens)
|
||||
(package! undo-tree)
|
||||
(package! wgrep)
|
||||
|
||||
;; core-projects.el
|
||||
(package! projectile)
|
||||
|
Reference in New Issue
Block a user