Merge pull request #3934 from theutz/add-org-journal-scheduled-entry-binding
Add `org-journal-new-scheduled-entry` Keybindings
This commit is contained in:
commit
4165d4ff34
2 changed files with 6 additions and 4 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
|
||||||
|
|
|
@ -506,8 +506,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