Emacs: Add 'wgrep' to the favorite package list

master
Pierre Neidhardt 2016-09-23 18:56:57 +05:30
parent 4b2ffbeb28
commit 8fe366ad04
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ To view where the bindings are set in your config files, lookup
(add-to-list 'favorite-packages 'helm-descbinds)
(add-to-list 'favorite-packages 'helm-fuzzy-find)
(add-to-list 'favorite-packages 'helm-ls-git)
(add-to-list 'favorite-packages 'wgrep-helm)
(add-to-list 'favorite-packages 'wgrep-pt)
(when (require 'helm-config nil t)
(require 'tool-helm))