lv.el (lv-window): Set header-line-format to nil

Fixes #338
master
ema2159 7 years ago committed by Oleh Krehel
parent 798c0d810f
commit a91dd72529
  1. 1
      lv.el

@ -73,6 +73,7 @@ Only the background color is significant."
(set-window-hscroll lv-wnd 0) (set-window-hscroll lv-wnd 0)
(setq window-size-fixed t) (setq window-size-fixed t)
(setq mode-line-format nil) (setq mode-line-format nil)
(setq header-line-format nil)
(setq cursor-type nil) (setq cursor-type nil)
(setq display-line-numbers nil) (setq display-line-numbers nil)
(set-window-dedicated-p lv-wnd t) (set-window-dedicated-p lv-wnd t)

Loading…
Cancel
Save