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

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

[elpa] externals/org-modern ad07891dca 1/6: Revert "Horizontal rules can


From: ELPA Syncer
Subject: [elpa] externals/org-modern ad07891dca 1/6: Revert "Horizontal rules can be indented (#61)"
Date: Sun, 5 Jun 2022 07:57:43 -0400 (EDT)

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

    Revert "Horizontal rules can be indented (#61)"
    
    This reverts commit d6e1c77a9f668e2e2e44880d9aaf911ce91be1d9.
---
 org-modern.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-modern.el b/org-modern.el
index 1939dc97ee..1770720cdf 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -556,7 +556,7 @@ You can specify a font `:family'. The font families 
`Iosevka', `Hack' and
            ,@(and (eq org-modern-hide-stars 'leading) '((1 '(face nil 
invisible t))))
            ,@(and (eq org-modern-hide-stars t) '((0 '(face nil invisible 
t)))))))
       (when org-modern-horizontal-rule
-        '(("^[ \t]*-\\{5,\\}$" 0 '(face org-modern-horizontal-rule display 
(space :width text)))))
+        '(("^-\\{5,\\}$" 0 '(face org-modern-horizontal-rule display (space 
:width text)))))
       (when org-modern-table
         '(("^[ \t]*\\(|.*|\\)[ \t]*$" (0 (org-modern--table)))))
       (when org-modern-block



reply via email to

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