One dot in wrong place
Not sure what I am doing, but I cannot run the example with the `.` and the example on the previous line also use `:size` without a `.` before the size value.
This commit is contained in:
parent
388e0def2c
commit
4c283a80f3
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Multiple popup rules can be defined with ~set-popup-rules!~:
|
|||
("^\\*\\(?:scratch\\|Messages\\)" :transient t)
|
||||
("^\\*Help" :slot -1 :size 0.2 :select t)
|
||||
("^\\*doom:"
|
||||
:size . 0.35 :select t :modeline t :quit t :transient t)))
|
||||
:size 0.35 :select t :modeline t :quit t :transient t)))
|
||||
#+END_SRC
|
||||
|
||||
Omitted parameters in a ~set-popup-rules!~ will use the defaults set in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue