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

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

[nongnu] elpa/toc-org 32441dd37e 007/128: add missing quotes to readme


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org 32441dd37e 007/128: add missing quotes to readme
Date: Sun, 2 Jan 2022 09:59:05 -0500 (EST)

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

    add missing quotes to readme
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index fa3cbde575..ba4d3a983a 100644
--- a/README.org
+++ b/README.org
@@ -22,7 +22,7 @@ and then put the following snippet in your ~/.emacs file
 #+BEGIN_SRC elisp
   (eval-after-load "org-toc-autoloads"
     '(progn
-       (if (require org-toc nil t)
+       (if (require 'org-toc nil t)
            (add-hook 'org-mode-hook 'org-toc-enable)
          (warn "org-toc not found"))))
 #+END_SRC
@@ -35,7 +35,7 @@ and then put the following snippet in your ~/.emacs file
 - Put this in your ~/.emacs file
   #+BEGIN_SRC elisp
     (add-to-list 'load-path "~/.emacs.d/org-toc")
-    (when (require org-toc nil t)
+    (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]