branch: externals/logos commit 3ccd6b6cf574471052a8d71f98dd729b7b1eaf17 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Rephrase some statements in the manual --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index c0dfb45d3b..6a91934a5c 100644 --- a/README.org +++ b/README.org @@ -446,8 +446,8 @@ outline and the page delimiters: (org-mode . ,(format "\\(^\\*+ +\\|%s\\)" logos-page-delimiter)))) #+end_src -to ="\\(^;;;+ \\|^\\)"=. The form =,(format "\\(^;;;+ \\|%s\\)" logos-page-delimiter)= +expands to ="\\(^;;;+ \\|^^L\\)"= where =^L= is the actual control character. For Org it may be better to either not target the =^L= or to also target the horizontal rule (five hyphens on a line, else the =^-\\{5\\}$= @@ -499,8 +499,8 @@ use the ~logos-focus-mode-hook~ instead. :CUSTOM_ID: h:ef719925-8d0b-479a-a87e-32b727578bfc :END: -Here is a snippet that relies on ~logos-focus-mode-hook~ to extend the -functionality of ~logos-focus-mode~ at the user level ([[#h:a2540f2f-1159-4e5c-a486-e1f2cb63fee8][Leverage logos-focus-mode-hook]]). +Here is a snippet that relies on the ~logos-focus-mode-hook~ to extend +the functionality of ~logos-focus-mode~ ([[#h:a2540f2f-1159-4e5c-a486-e1f2cb63fee8][Leverage logos-focus-mode-hook]]). #+begin_src emacs-lisp (defvar my-logos-org-indent nil