projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efd7089
)
Add wgrep
author
Joerg Jaspert
<joerg.jaspert@dlh.de>
Mon, 28 Sep 2015 12:58:19 +0000
(14:58 +0200)
committer
Joerg Jaspert
<joerg.jaspert@dlh.de>
Mon, 28 Sep 2015 12:58:19 +0000
(14:58 +0200)
.emacs.d/config/emacs.org
patch
|
blob
|
history
diff --git
a/.emacs.d/config/emacs.org
b/.emacs.d/config/emacs.org
index
a5a6ae2
..
b2dc5ce
100644
(file)
--- a/
.emacs.d/config/emacs.org
+++ b/
.emacs.d/config/emacs.org
@@
-4643,6
+4643,18
@@
your operation actually changed in the buffer.
(volatile-highlights-mode t)
:diminish volatile-highlights-mode)
#+END_SRC
+** wgrep
+[2015-09-28 Mon 14:48]
+#+BEGIN_SRC emacs-lisp
+(use-package wgrep
+ :ensure wgrep
+ :idle
+ (progn
+ (setq wgrep-auto-save-buffer t)
+ (setq wgrep-enable-key "r")
+ )
+ )
+#+END_SRC
** windmove
[2015-02-23 Mon 14:38]
Easily move between splitted windows.