Merge pull request #3934 from theutz/add-org-journal-scheduled-entry-binding

Add `org-journal-new-scheduled-entry` Keybindings
This commit is contained in:
Henrik Lissner
2020-10-04 17:05:05 -04:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -506,8 +506,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")