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:
Xavier A 2019-05-03 14:38:29 +02:00 committed by GitHub
parent 388e0def2c
commit 4c283a80f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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