emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 9aac3750db 3/3: Add missing dots in ef-themes


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 9aac3750db 3/3: Add missing dots in ef-themes-headings docs
Date: Thu, 1 Dec 2022 22:57:41 -0500 (EST)

branch: externals/ef-themes
commit 9aac3750dbb3cb08263a537730a86cc1e5761462
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add missing dots in ef-themes-headings docs
---
 README.org   | 4 ++--
 ef-themes.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 8038ca47e8..0f02cadc69 100644
--- a/README.org
+++ b/README.org
@@ -315,8 +315,8 @@ combinations, followed by a presentation of all available 
properties:
       '((1 . (light variable-pitch 1.5))
         (2 . (regular 1.3))
         (3 . (1.1))
-        (agenda-date (1.3))
-        (agenda-structure (variable-pitch light 1.8))
+        (agenda-date . (1.3))
+        (agenda-structure . (variable-pitch light 1.8))
         (t . (variable-pitch))))
 #+end_src
 
diff --git a/ef-themes.el b/ef-themes.el
index dd7ce274c6..759b7100e7 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -162,8 +162,8 @@ available properties:
           (quote ((1 . (light variable-pitch 1.5))
                   (2 . (regular 1.3))
                   (3 . (1.1))
-                  (agenda-date (1.3))
-                  (agenda-structure (variable-pitch light 1.8))
+                  (agenda-date . (1.3))
+                  (agenda-structure . (variable-pitch light 1.8))
                   (t . (variable-pitch)))))
 
 By default (a nil value for this variable), all headings have a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]