mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -65,7 +65,7 @@ Multiple popup rules can be defined with ~set-popup-rules!~:
|
|||||||
("^\\*\\(?:scratch\\|Messages\\)" :transient t)
|
("^\\*\\(?:scratch\\|Messages\\)" :transient t)
|
||||||
("^\\*Help" :slot -1 :size 0.2 :select t)
|
("^\\*Help" :slot -1 :size 0.2 :select t)
|
||||||
("^\\*doom:"
|
("^\\*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
|
#+END_SRC
|
||||||
|
|
||||||
Omitted parameters in a ~set-popup-rules!~ will use the defaults set in
|
Omitted parameters in a ~set-popup-rules!~ will use the defaults set in
|
||||||
|
Reference in New Issue
Block a user