Correct buffers names for popper

This commit is contained in:
Andrea Ciceri 2023-07-27 00:39:58 +02:00
parent e3e37f8c25
commit 774908425d
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -389,10 +389,11 @@
help-mode help-mode
compilation-mode compilation-mode
"^\\*eshell.*\\*$" eshell-mode ;eshell as a popup "^\\*eshell.*\\*$" eshell-mode ;eshell as a popup
"^\\*shell.*\\*$" shell-mode ;shell as a popup "^\\*shell.*\\*$" shell-mode ;shell as a popup
"^\\*term.*\\*$" term-mode ;term as a popup "^\\*term.*\\*$" term-mode ;term as a popup
"^\\*emacs-eat.*\\*$" term-mode ;eat as a popup "^\\*eat.*\\*$" eat-mode ;eat as a popup
)) ))
(popper-window-height 0.33)
(popper-echo-lines 1) (popper-echo-lines 1)
(popper-mode-line nil) (popper-mode-line nil)
:init :init