feature/popup: minor rule refactor
This commit is contained in:
parent
08976dafdd
commit
229d4de390
1 changed files with 3 additions and 2 deletions
|
@ -178,7 +178,7 @@ example:
|
||||||
(+popup-define "^\\*Completions"
|
(+popup-define "^\\*Completions"
|
||||||
'((slot . -1) (vslot . -2))
|
'((slot . -1) (vslot . -2))
|
||||||
'((transient . 0)))
|
'((transient . 0)))
|
||||||
(+popup-define "^\\*Compil\\(ation\\|e-Log\\)"
|
(+popup-define "^\\*Compil\\(?:ation\\|e-Log\\)"
|
||||||
'((size . 0.3))
|
'((size . 0.3))
|
||||||
'((transient . 0) (quit . t)))
|
'((transient . 0) (quit . t)))
|
||||||
(+popup-define "^\\*\\(?:scratch\\|Messages\\)"
|
(+popup-define "^\\*\\(?:scratch\\|Messages\\)"
|
||||||
|
@ -191,7 +191,8 @@ example:
|
||||||
'((size . 0.35) (side . bottom))
|
'((size . 0.35) (side . bottom))
|
||||||
'((select . t) (modeline . t) (quit) (transient . t)))
|
'((select . t) (modeline . t) (quit) (transient . t)))
|
||||||
(+popup-define "^\\*\\(?:\\(?:Pp E\\|doom e\\)val\\)"
|
(+popup-define "^\\*\\(?:\\(?:Pp E\\|doom e\\)val\\)"
|
||||||
'((size . +popup-shrink-to-fit)) '((transient . 0) (select . ignore)))
|
'((size . +popup-shrink-to-fit))
|
||||||
|
'((transient . 0) (select . ignore)))
|
||||||
|
|
||||||
;; `help-mode', `helpful-mode'
|
;; `help-mode', `helpful-mode'
|
||||||
(+popup-define "^\\*[Hh]elp"
|
(+popup-define "^\\*[Hh]elp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue