]> code.delx.au - dotemacs/commitdiff
wgrep mode
authorJames Bunton <jamesbunton@delx.net.au>
Mon, 17 Jul 2017 13:27:39 +0000 (23:27 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Mon, 17 Jul 2017 13:28:00 +0000 (23:28 +1000)
.gitmodules
README_KEYBINDINGS.md
lisp/my-file-modes.el
packages/wgrep [new submodule]

index 548e009777d946c1ea64da90814459c42e6cb6c3..48812c22d89898c6cf26afa144a39377f8da675c 100644 (file)
 [submodule "js2-refactor"]
        path = packages/js2-refactor
        url = https://github.com/magnars/js2-refactor.el.git
+[submodule "wgrep"]
+       path = packages/wgrep
+       url = https://github.com/mhayashi1120/Emacs-wgrep.git
index f4f99aa01bfff9f9c570378e32f4914e244bc6be..4dc4113e0fd84eead5a359972dc6e0546bad3580 100644 (file)
@@ -41,6 +41,7 @@ M-q                                             Replace searched item (while sea
 M-p                                             Search for previous item (while searching)
 M-n                                             Search for symbol at point (while searching)
 C-c C-o                                         Dump all results into a buffer (ivy-occur)
+C-c C-p                                         Switch to wgrep mode
 M-.                                             Find thing at point
 M-,                                             Pop tag mark
 ```
index 3b75477a9c82af890fba366c3dc4e0fb308632e5..23bba37e7924bc7ad3f15f9a3545392cba3b436a 100644 (file)
@@ -72,4 +72,7 @@
 (when (require 'stumpwm-mode nil 'noerror)
   (add-to-list 'auto-mode-alist '("/\\.stumpwmrc\\'" . stumpwm-mode)))
 
+(require 'wgrep)
+(setq wgrep-auto-save-buffer t)
+
 (require 'yaml-mode)
diff --git a/packages/wgrep b/packages/wgrep
new file mode 160000 (submodule)
index 0000000..1cdd7c1
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 1cdd7c136f1e7565bb13d2df69be3dc77b83698d