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

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

[nongnu] elpa/toc-org 4315afd2a4 095/128: fix readme


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org 4315afd2a4 095/128: fix readme
Date: Sun, 2 Jan 2022 09:59:12 -0500 (EST)

branch: elpa/toc-org
commit 4315afd2a408c0d432ba3d8d040c2326c222fdbf
Author: Sergei Nosov <sergei.nosov@gmail.com>
Commit: Sergei Nosov <sergei.nosov@gmail.com>

    fix readme
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index b510c48a70..fb302c305d 100644
--- a/README.org
+++ b/README.org
@@ -51,7 +51,7 @@ repository and then put the following snippet in your 
~/.emacs file
   #+BEGIN_SRC elisp
     (add-to-list 'load-path "~/.emacs.d/toc-org")
     (if (require 'toc-org nil t)
-        (add-hook 'org-mode-hook 'toc-org-enable)
+        (add-hook 'org-mode-hook 'toc-org-mode)
       (warn "toc-org not found"))
   #+END_SRC
 



reply via email to

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