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

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

[nongnu] elpa/org-journal d5633e5c70 3/6: Remove deplicate of C-c C-j de


From: ELPA Syncer
Subject: [nongnu] elpa/org-journal d5633e5c70 3/6: Remove deplicate of C-c C-j definition.
Date: Fri, 9 Dec 2022 16:59:16 -0500 (EST)

branch: elpa/org-journal
commit d5633e5c70eafbeafbc6666acb1a37b10d35276d
Author: Dmitrii Kuragin <dkuragin@ya.ru>
Commit: Dmitrii Kuragin <dkuragin@ya.ru>

    Remove deplicate of C-c C-j definition.
---
 org-journal.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/org-journal.el b/org-journal.el
index 0b1f9a46e6..3f0d039092 100644
--- a/org-journal.el
+++ b/org-journal.el
@@ -400,8 +400,7 @@ This runs once per date, before 
`org-journal-after-entry-create-hook'.")
 
 ;; Key bindings
 (when (and (stringp org-journal-prefix-key) (not (string-empty-p 
org-journal-prefix-key)))
-  (let ((command-table '(("j" . org-journal-new-entry)
-                         ("f" . org-journal-next-entry)
+  (let ((command-table '(("f" . org-journal-next-entry)
                          ("b" . org-journal-previous-entry)
                          ("j" . org-journal-new-entry)
                          ("s" . org-journal-search)))



reply via email to

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