Add scheduled entry evil binding
For `org-journal-new-scheduled-entry`.
This commit is contained in:
parent
f460a461d8
commit
5b13c913eb
1 changed files with 3 additions and 2 deletions
|
@ -505,8 +505,9 @@
|
||||||
|
|
||||||
(:when (featurep! :lang org +journal)
|
(:when (featurep! :lang org +journal)
|
||||||
(:prefix ("j" . "journal")
|
(:prefix ("j" . "journal")
|
||||||
:desc "New Entry" "j" #'org-journal-new-entry
|
:desc "New Entry" "j" #'org-journal-new-entry
|
||||||
:desc "Search Forever" "s" #'org-journal-search-forever)))
|
:desc "New Scheduled Entry" "J" #'org-journal-new-scheduled-entry
|
||||||
|
:desc "Search Forever" "s" #'org-journal-search-forever)))
|
||||||
|
|
||||||
;;; <leader> o --- open
|
;;; <leader> o --- open
|
||||||
(:prefix-map ("o" . "open")
|
(:prefix-map ("o" . "open")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue