Correct buffers names for popper
This commit is contained in:
parent
e3e37f8c25
commit
774908425d
1 changed files with 4 additions and 3 deletions
7
init.el
7
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
|
||||
|
|
Reference in a new issue