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)