branch: externals/hydra
commit a91dd72529aadd2d3cc14e132a3e0545eb2975a6
Author: ema2159 <[email protected]>
Commit: Oleh Krehel <[email protected]>

    lv.el (lv-window): Set header-line-format to nil
    
    Fixes #338
---
 lv.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lv.el b/lv.el
index 7043abb126..be8dc5ef00 100644
--- a/lv.el
+++ b/lv.el
@@ -73,6 +73,7 @@ Only the background color is significant."
           (set-window-hscroll lv-wnd 0)
           (setq window-size-fixed t)
           (setq mode-line-format nil)
+          (setq header-line-format nil)
           (setq cursor-type nil)
           (setq display-line-numbers nil)
           (set-window-dedicated-p lv-wnd t)

Reply via email to