From 7885cbb4f70c692b2df6e2eacae13bb6e8040ea0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 14 Apr 2019 13:39:57 -0400 Subject: [PATCH] Merge sly db/inspector popup rule into others --- modules/lang/common-lisp/config.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/lang/common-lisp/config.el b/modules/lang/common-lisp/config.el index e9d76cc3a..816561db6 100644 --- a/modules/lang/common-lisp/config.el +++ b/modules/lang/common-lisp/config.el @@ -30,11 +30,10 @@ (set-popup-rules! '(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil) ("^\\*sly-compilation" :vslot 3 :ttl nil) - ("^\\*sly-traces" :vslot 4 :ttl nil))) - - ;; Do not display debugger or inspector buffers in a popup window. - ;; These buffers are meant to be displayed with sufficient vertical space. - (set-popup-rule! "^\\*sly-\\(db\\|inspector\\)" :ignore t) + ("^\\*sly-traces" :vslot 4 :ttl nil) + ;; Do not display debugger or inspector buffers in a popup window. These + ;; buffers are meant to be displayed with sufficient vertical space. + ("^\\*sly-\\(?:db\\|inspector\\)" :ignore t))) (sp-with-modes '(sly-mrepl-mode) (sp-local-pair "'" "'" :actions nil)