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

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

[elpa] externals/org-remark d8908d6aba 054/173: doc: fix code example in


From: ELPA Syncer
Subject: [elpa] externals/org-remark d8908d6aba 054/173: doc: fix code example in README
Date: Fri, 28 Jan 2022 16:57:59 -0500 (EST)

branch: externals/org-remark
commit d8908d6aba19d6a4c6be44d7c24582e7f00773ab
Merge: b60992beb5 1ac1f2555b
Author: Noboru Ota <me@nobiot.com>
Commit: GitHub <noreply@github.com>

    doc: fix code example in README
    
    [doc] fix code example
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 435dc51b95..0e7a106cc4 100644
--- a/README.org
+++ b/README.org
@@ -65,7 +65,7 @@ For example, I use this in my init file. Org-marginalia is a 
local minor mode. A
 (add-hook 'after-init-hook (lambda()
                              (add-to-list 'load-path 
"~/local-repos/org-marginalia/")
                              (require 'org-marginalia)
-                             (add-hook 'text-mode-hook #'org-marginalia-mode 1)
+                             (add-hook 'text-mode-hook #'org-marginalia-mode 
1)))
 #+end_src
   
 * Usage



reply via email to

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