Add scheduled entry evil binding

For `org-journal-new-scheduled-entry`.
This commit is contained in:
Michael Utz 2020-09-07 12:00:56 +03:00
parent f460a461d8
commit 5b13c913eb

View file

@ -505,8 +505,9 @@
(:when (featurep! :lang org +journal)
(:prefix ("j" . "journal")
:desc "New Entry" "j" #'org-journal-new-entry
:desc "Search Forever" "s" #'org-journal-search-forever)))
:desc "New Entry" "j" #'org-journal-new-entry
:desc "New Scheduled Entry" "J" #'org-journal-new-scheduled-entry
:desc "Search Forever" "s" #'org-journal-search-forever)))
;;; <leader> o --- open
(:prefix-map ("o" . "open")