branch: externals/org-modern
commit b8f3b2e4768951f9846994d653367bae2b491eba
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Update README.md
    
    Remove mention of block-name blank strings, which caused invisibility point 
movement that made pasting occur inside the block closer.
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 6beebd6a1d..bf3547c129 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,6 @@ Optionally, if you want to use 
[org-modern](https://github.com/minad/org-modern)
    '(;; (?- . "-")
      (?* . "•")
      (?+ . "‣")))
-  (org-modern-block-name '("" . "")) ; or other chars; so top bracket is drawn 
promptly
   :hook
   (org-mode . org-modern-mode)
   (org-agenda-finalize . org-modern-agenda))

Reply via email to