lv.el (lv-window): Turn off display-line-numbers

Fixes #298
master
Oleh Krehel 8 years ago
parent 44b42598ee
commit c30e04d3f6
  1. 1
      lv.el

@ -72,6 +72,7 @@ Only the background color is significant."
(setq window-size-fixed t)
(setq mode-line-format nil)
(setq cursor-type nil)
(setq display-line-numbers nil)
(set-window-dedicated-p lv-wnd t)
(set-window-parameter lv-wnd 'no-other-window t))
(select-window ori)))))

Loading…
Cancel
Save