From 5e29ad0092bf0029e1c5f9635bcfd2df314c49fd Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Thu, 27 Feb 2020 14:00:43 +0100 Subject: [PATCH] lv.el (lv-window): Ensure fundamental-mode Fixes #364 --- lv.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lv.el b/lv.el index 52fddff..bc83f07 100644 --- a/lv.el +++ b/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)