From 4c283a80f365d5e0bba0a2a66e9f67bc03a9f646 Mon Sep 17 00:00:00 2001 From: Xavier A Date: Fri, 3 May 2019 14:38:29 +0200 Subject: [PATCH] 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. --- modules/ui/popup/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/popup/README.org b/modules/ui/popup/README.org index f3363b574..1cecf3885 100644 --- a/modules/ui/popup/README.org +++ b/modules/ui/popup/README.org @@ -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