lang/org: add new toggle keybinds to localleader

Also sorts existing keybinds.
This commit is contained in:
Henrik Lissner 2019-05-12 01:46:29 -04:00
parent 8ec44959c5
commit c4a9de5361
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -235,6 +235,7 @@ between the two."
[remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line
:localleader
"'" #'org-edit-special
"," #'org-switchb
"." #'org-goto
(:when (featurep! :completion ivy)
@ -245,14 +246,16 @@ between the two."
"/" #'helm-org-agenda-files-headings)
"d" #'org-deadline
"f" #'org-footnote-new
"t" #'org-todo
"T" #'org-todo-list
"h" #'org-toggle-heading
"i" #'org-toggle-item
"I" #'org-toggle-inline-images
"l" #'org-insert-link
"L" #'org-store-link
"q" #'org-set-tags
"r" #'org-refile
"s" #'org-schedule
"'" #'org-edit-special
"t" #'org-todo
"T" #'org-todo-list
(:prefix ("c" . "clock")
"c" #'org-clock-in
"C" #'org-clock-out