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

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

[elpa] externals/logos 07cd1b412f 17/25: Update sample code for outline-


From: ELPA Syncer
Subject: [elpa] externals/logos 07cd1b412f 17/25: Update sample code for outline-mode
Date: Fri, 11 Mar 2022 08:58:02 -0500 (EST)

branch: externals/logos
commit 07cd1b412fdb7e2c70d03e19cf9b932301ac099a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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

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