emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hydra 5e29ad0092 19/35: lv.el (lv-window): Ensure funda


From: ELPA Syncer
Subject: [elpa] externals/hydra 5e29ad0092 19/35: lv.el (lv-window): Ensure fundamental-mode
Date: Tue, 25 Oct 2022 22:59:05 -0400 (EDT)

branch: externals/hydra
commit 5e29ad0092bf0029e1c5f9635bcfd2df314c49fd
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    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 52fddffbb9..bc83f07a85 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]