From 774908425d3da769baf28f4af82b0e60999d3cd0 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 27 Jul 2023 00:39:58 +0200 Subject: [PATCH] Correct buffers names for `popper` --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 246385d..d700954 100644 --- a/init.el +++ b/init.el @@ -389,10 +389,11 @@ help-mode compilation-mode "^\\*eshell.*\\*$" eshell-mode ;eshell as a popup - "^\\*shell.*\\*$" shell-mode ;shell as a popup - "^\\*term.*\\*$" term-mode ;term as a popup - "^\\*emacs-eat.*\\*$" term-mode ;eat as a popup + "^\\*shell.*\\*$" shell-mode ;shell as a popup + "^\\*term.*\\*$" term-mode ;term as a popup + "^\\*eat.*\\*$" eat-mode ;eat as a popup )) + (popper-window-height 0.33) (popper-echo-lines 1) (popper-mode-line nil) :init