branch: externals/org-modern
commit ad07891dca59a6b9b0068cee0fbe516fcc31db0d
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@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