From 60118ea718fde0531e3337891aa0e0d9956cd24c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 16 Mar 2017 14:28:53 -0400 Subject: [PATCH] core-popups: add *Error* rule for epa package --- core/core-popups.el | 1 + 1 file changed, 1 insertion(+) 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)