branch: master commit a07b92a8755dfb064701210b634e2dc4839552ac Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
lv.el (lv-window): Rename to " *LV*" No reason to have this buffer visible by default. Re abo-abo/swiper#666 --- lv.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lv.el b/lv.el index 23d2c30..87f7e5e 100644 --- a/lv.el +++ b/lv.el @@ -65,9 +65,9 @@ Only the background color is significant." (let ((ignore-window-parameters t)) (split-window (frame-root-window) -1 'below)))) - (if (setq buf (get-buffer "*LV*")) + (if (setq buf (get-buffer " *LV*")) (switch-to-buffer buf) - (switch-to-buffer "*LV*") + (switch-to-buffer " *LV*") (set-window-hscroll lv-wnd 0) (setq window-size-fixed t) (setq mode-line-format nil)