]> code.delx.au - gnu-emacs-elpa/commit
New command ivy-occur-revert-buffer bound to "g"
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 4 Mar 2016 13:58:50 +0000 (14:58 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 4 Mar 2016 14:11:28 +0000 (15:11 +0100)
commit20f11b7af72a4e09f5abffa189ac1398ac2a5429
tree238d4f347ca1e38fb130b64db66ef70610fbf93c
parente5b7218cd84276013f3faafc5ae9bb1f174617a2
New command ivy-occur-revert-buffer bound to "g"

* ivy.el (ivy-occur-mode-map): Move `ivy-occur-press' from "g" to "f".
Bind "g" to `ivy-occur-revert-buffer'.
(ivy-occur-revert-buffer): New command. Does what e.g. `revert-buffer'
does for *Help* buffers.

* swiper.el (swiper-faces): Add :group and :type.
(swiper-occur): Try to avoid calling `ivy-occur-grep-mode' as it will
kill all local variables.
(swiper--action): Update so that `ivy-occur-toggle-calling' works properly.
ivy.el
swiper.el