branch: externals/denote-org
commit 11a54896dda6216488f7aeb7b11aaa5a046d4cd2
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix typo in the sample configuration
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 8d6c511c4a..3ecb195fac 100644
--- a/README.org
+++ b/README.org
@@ -634,7 +634,7 @@ Everything is in place to set up the package.
 #+begin_src emacs-lisp
 (use-package denote-org
   :ensure t
-  :command
+  :commands
   ;; I list the commands here so that you can discover them more
   ;; easily.  You might want to bind the most frequently used ones to
   ;; the `org-mode-map'.

Reply via email to