lv.el (lv-window): Ensure fundamental-mode

Fixes #364
master
Oleh Krehel 6 years ago
parent d3328cab67
commit 5e29ad0092
  1. 1
      lv.el

@ -81,6 +81,7 @@ Only the background color is significant."
(if (setq buf (get-buffer " *LV*"))
(switch-to-buffer buf 'norecord)
(switch-to-buffer " *LV*" 'norecord)
(fundamental-mode)
(set-window-hscroll lv-wnd 0)
(setq window-size-fixed t)
(setq mode-line-format nil)

Loading…
Cancel
Save