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

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

[nongnu] elpa/toc-org a3db0cfc07 006/128: fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org a3db0cfc07 006/128: fix typo
Date: Sun, 2 Jan 2022 09:59:05 -0500 (EST)

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

    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



reply via email to

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