Add support for org-pomodoro
This commit is contained in:
parent
3f60e40f40
commit
285eab1ee5
6 changed files with 28 additions and 1 deletions
|
@ -855,6 +855,8 @@
|
|||
:desc "Word-wrap mode" "w" #'+word-wrap-mode
|
||||
(:when (featurep! :lang org +present)
|
||||
:desc "org-tree-slide mode" "p" #'+org-present/start)
|
||||
(:when (featurep! :lang org +pomodoro)
|
||||
:desc "Pomodoro timer" "t" #'org-pomodoro)
|
||||
(:when (featurep! :tools flycheck)
|
||||
:desc "Flycheck" "f" #'flycheck-mode)
|
||||
(:when (featurep! :tools flyspell)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue