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

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

[nongnu] elpa/org-journal 86d0828575 1/6: Remove key definition in the p


From: ELPA Syncer
Subject: [nongnu] elpa/org-journal 86d0828575 1/6: Remove key definition in the package loading.
Date: Fri, 9 Dec 2022 16:59:16 -0500 (EST)

branch: elpa/org-journal
commit 86d082857512cdad3d40f6470ee14572d76f512b
Author: Dmitry Kuragin <dkuragin@ya.ru>
Commit: GitHub <noreply@github.com>

    Remove key definition in the package loading.
    
    Avoid modification of Emacs behavior on the package loading.
    
    In order to follow the coding convention, disable key definition in the 
package loading.
---
 org-journal.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/org-journal.el b/org-journal.el
index 277ac6ae44..65d3b4ffbf 100644
--- a/org-journal.el
+++ b/org-journal.el
@@ -423,8 +423,6 @@ This runs once per date, before 
`org-journal-after-entry-create-hook'.")
     (define-key calendar-mode-map (kbd "j s m") 
'org-journal-search-calendar-month)
     (define-key calendar-mode-map (kbd "j s y") 
'org-journal-search-calendar-year)))
 
-(global-set-key (kbd "C-c C-j") 'org-journal-new-entry)
-
 (defmacro org-journal--with-journal (file &rest body)
   "Opens JOURNAL-FILE in fundamental mode, or switches to the buffer which is 
visiting JOURNAL-FILE.
 



reply via email to

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