branch: elpa/toc-org
commit 4315afd2a408c0d432ba3d8d040c2326c222fdbf
Author: Sergei Nosov <[email protected]>
Commit: Sergei Nosov <[email protected]>
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