branch: elpa/toc-org
commit a3db0cfc0713b3418ba32c871c42cfe2883a0828
Author: Sergei Nosov <[email protected]>
Commit: Sergei Nosov <[email protected]>
fix typo
---
README.org | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index d4cc3ea5b5..fa3cbde575 100644
--- a/README.org
+++ b/README.org
@@ -4,8 +4,7 @@ org-toc is a utility to have an up-to-date table of contents in
the
org files without exporting (useful primarily for readme files on
GitHub).
-It is similar to the
[[https://github.com/ardumont/markdown-toc][markdown-toc]] package, but for
works for org
-files.
+It is similar to the
[[https://github.com/ardumont/markdown-toc][markdown-toc]] package, but works
for org files.
* Table of Contents :TOC:
- [[#about][About]]
@@ -35,7 +34,7 @@ and then put the following snippet in your ~/.emacs file
#+END_SRC
- Put this in your ~/.emacs file
#+BEGIN_SRC elisp
- (add-to-list 'load-path "~/.emacs.d")
+ (add-to-list 'load-path "~/.emacs.d/org-toc")
(when (require org-toc nil t)
(add-hook 'org-mode-hook 'org-toc-enable))
#+END_SRC