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

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

[elpa] externals/org-modern ce7fe9c09d 6/7: Fix


From: ELPA Syncer
Subject: [elpa] externals/org-modern ce7fe9c09d 6/7: Fix
Date: Fri, 3 Jun 2022 12:57:50 -0400 (EDT)

branch: externals/org-modern
commit ce7fe9c09d117c875ccb5acc578decdfdae32344
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix
---
 org-modern.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-modern.el b/org-modern.el
index 6a852b3301..2ca6a7674c 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -587,7 +587,7 @@ You can specify a font `:family'. The font families 
`Iosevka', `Hack' and
       (when org-modern-table
         '(("^[ \t]*\\(|.*|\\)[ \t]*$" (0 (org-modern--table)))))
       (when org-modern-block-fringe
-        ("^[ \t]*#\\+\\(?:begin\\|BEGIN\\)_\\S-" (0 
(org-modern--block-fringe))))
+        '("^[ \t]*#\\+\\(?:begin\\|BEGIN\\)_\\S-" (0 
(org-modern--block-fringe))))
       (when-let ((block-specs
                   (cond
                    ((eq org-modern-block-name t) ; hide



reply via email to

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