Commit 8d22cdb5147d

Vincent Demeester <vincent@sbr.pm>
2016-09-18 22:08:21
Add wgrep basic support :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 869805e
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1596,6 +1596,17 @@
      (add-hook 'shell-mode-hook 'sk/force-yasnippet-off)
    #+END_SRC
 
+** Writable grep
+
+   wgrep allows you to edit a grep buffer and apply those changes to
+   the file buffer. This is pretty /badass/ when doing some
+   refactoring.
+
+   #+BEGIN_SRC emacs-lisp
+     (use-package wgrep
+       :ensure t)
+   #+END_SRC
+
 ** Custom functions
 *** Better move-beginning-of-line