Add specific popup rule for the scratch buffer
This commit is contained in:
parent
327993a382
commit
3fdcb1ec08
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ recognized by DOOM's popup system. They are:
|
||||||
shackle-rules
|
shackle-rules
|
||||||
'(("^\\*ftp " :noselect t :autokill t :noesc t)
|
'(("^\\*ftp " :noselect t :autokill t :noesc t)
|
||||||
;; doom
|
;; doom
|
||||||
|
("^\\*doom:scratch" :regexp t :size 12 :noesc t :select t :modeline t :autokill t :static t)
|
||||||
("^\\*doom:" :regexp t :size 0.35 :noesc t :select t :modeline t)
|
("^\\*doom:" :regexp t :size 0.35 :noesc t :select t :modeline t)
|
||||||
("^\\*doom " :regexp t :noselect t :autokill t :autoclose t :autofit t)
|
("^\\*doom " :regexp t :noselect t :autokill t :autoclose t :autofit t)
|
||||||
;; built-in (emacs)
|
;; built-in (emacs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue