lang/common-lisp: add *sly-description* popup rule

This commit is contained in:
Henrik Lissner 2020-02-02 02:02:41 -05:00
parent cb86fd046c
commit 7224f0870a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -32,6 +32,7 @@
'(("^\\*sly-mrepl" :vslot 2 :size 0.3 :quit nil :ttl nil)
("^\\*sly-compilation" :vslot 3 :ttl nil)
("^\\*sly-traces" :vslot 4 :ttl nil)
("^\\*sly-description" :vslot 5 :size 0.3 :ttl 0)
;; 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)))