branch: externals/logos
commit 07cd1b412fdb7e2c70d03e19cf9b932301ac099a
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Update sample code for outline-mode
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 7cc9aa0681..4bbb5feac4 100644
--- a/README.org
+++ b/README.org
@@ -245,7 +245,7 @@ something like this:
    ((and (eq major-mode 'org-mode)
          (org-at-heading-p))
     (org-show-subtree))
-   ((or (bound-and-true-p prot-outline-minor-mode)
+   ((or (eq major-mode 'outline-mode)
         (bound-and-true-p outline-minor-mode))
     (outline-show-subtree))))
 

Reply via email to