Merge sly db/inspector popup rule into others
This commit is contained in:
parent
b6611d215f
commit
7885cbb4f7
1 changed files with 4 additions and 5 deletions
|
@ -30,11 +30,10 @@
|
||||||
(set-popup-rules!
|
(set-popup-rules!
|
||||||
'(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil)
|
'(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil)
|
||||||
("^\\*sly-compilation" :vslot 3 :ttl nil)
|
("^\\*sly-compilation" :vslot 3 :ttl nil)
|
||||||
("^\\*sly-traces" :vslot 4 :ttl nil)))
|
("^\\*sly-traces" :vslot 4 :ttl nil)
|
||||||
|
;; Do not display debugger or inspector buffers in a popup window. These
|
||||||
;; Do not display debugger or inspector buffers in a popup window.
|
;; buffers are meant to be displayed with sufficient vertical space.
|
||||||
;; These buffers are meant to be displayed with sufficient vertical space.
|
("^\\*sly-\\(?:db\\|inspector\\)" :ignore t)))
|
||||||
(set-popup-rule! "^\\*sly-\\(db\\|inspector\\)" :ignore t)
|
|
||||||
|
|
||||||
(sp-with-modes '(sly-mrepl-mode)
|
(sp-with-modes '(sly-mrepl-mode)
|
||||||
(sp-local-pair "'" "'" :actions nil)
|
(sp-local-pair "'" "'" :actions nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue