Add scheduled entry keybinding
For `org-journal-new-scheduled-entry` in normal emacs bindings.
This commit is contained in:
parent
1456108d5b
commit
f460a461d8
1 changed files with 3 additions and 2 deletions
|
@ -160,8 +160,9 @@
|
||||||
:desc "Org export to clipboard as RTF" "Y" #'+org/export-to-clipboard-as-rich-text
|
:desc "Org export to clipboard as RTF" "Y" #'+org/export-to-clipboard-as-rich-text
|
||||||
(: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))
|
||||||
(:when (featurep! :lang org +roam)
|
(:when (featurep! :lang org +roam)
|
||||||
(:prefix ("r" . "roam")
|
(:prefix ("r" . "roam")
|
||||||
:desc "Switch to buffer" "b" #'org-roam-switch-to-buffer
|
:desc "Switch to buffer" "b" #'org-roam-switch-to-buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue