commit e996773711e48c544a52170291f6f5bcd76a8b3d
parent 752040037bed5aa35271621575752683cf4b2996
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 23 Jun 2020 15:53:09 +0200
tools/emacs: add a new binding for org-journal-new-entry
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el
@@ -638,7 +638,8 @@ With prefix argument, also display headlines without a TODO keyword."
(use-package org-journal
:bind
- ("C-c n j" . org-journal-new-entry)
+ (("C-c n j" . org-journal-new-entry)
+ ("C-c o j" . org-journal-new-entry))
:custom
(org-journal-date-prefix "#+TITLE: ")
(org-journal-file-format "%Y-%m-%d.private.org")