bindings: add `org-pomodoro' to org key prefix
This commit is contained in:
parent
7e75f569d9
commit
85d93511f7
1 changed files with 3 additions and 1 deletions
|
@ -86,7 +86,9 @@
|
|||
:desc "Capture" "c" #'org-capture
|
||||
:desc "Goto capture" "C" #'org-capture-goto-target
|
||||
:desc "Link store" "l" #'org-store-link
|
||||
:desc "Sync org caldav" "S" #'org-caldav-sync)
|
||||
:desc "Sync org caldav" "S" #'org-caldav-sync
|
||||
(:when (featurep! :lang org +pomodoro)
|
||||
:desc "Pomodoro timer" "t" #'org-pomodoro))
|
||||
|
||||
;;; <leader> p --- project
|
||||
(:prefix ("p" . "project")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue