diff --git a/core/core-popups.el b/core/core-popups.el index 767e8ba71..83c0da8a7 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -74,6 +74,7 @@ is enabled/disabled.'") ("*command-log*" :size 28 :noselect t :align right) ("*Shell Command Output*" :size 20 :noselect t :autokill t) ("*Occur*" :size 25 :noselect t :autokill t) + ("*Error*" :size 10 :noselect t :autokill t :autoclose t) (compilation-mode :size 15 :noselect t :noesc t :autokill t) (eww-mode :size 30) (comint-mode :noesc t)