]> code.delx.au - gnu-emacs-elpa/commit
Allow "M-o j" to switch to virtual buffers in other window
authorOleh Krehel <ohwoeowho@gmail.com>
Sun, 26 Jul 2015 13:24:34 +0000 (15:24 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sun, 26 Jul 2015 13:24:34 +0000 (15:24 +0200)
commitc1b9f5a0f41c88d115d46f5dd3322a1586c2b51b
tree170df453cc8d991ebd156a2281a09d7cc9f1e42e
parenta9ff1f17646103bc825132d3b5ea6111182b35cd
Allow "M-o j" to switch to virtual buffers in other window

* ivy.el (ivy--switch-buffer-other-window-action): New defun.
(ivy-set-actions): Use `ivy--switch-buffer-other-window-action' instead
of `switch-to-buffer-other-window'.
ivy.el