changeset 303:6fd7c78744a6

emacs: install wgrep all the time
author Augie Fackler <raf@durin42.com>
date Tue, 04 Dec 2012 11:02:23 -0600
parents a9e3c2ca6fa5
children 139f30ce463a
files .elisp/settings/00.bootstrap.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.elisp/settings/00.bootstrap.el
+++ b/.elisp/settings/00.bootstrap.el
@@ -25,7 +25,9 @@
                   paredit
                   smex
                   yaml-mode
-                  company))
+                  company
+                  wgrep
+                  ))
     (unless (or (member pack package-activated-list)
                 (functionp pack))
       (message "Installing %s" (symbol-name pack))