lang/org: alphabetize localleader keys
This commit is contained in:
parent
89fad9986a
commit
781238f986
1 changed files with 15 additions and 15 deletions
|
@ -649,18 +649,19 @@ between the two."
|
||||||
"s" #'org-schedule
|
"s" #'org-schedule
|
||||||
"t" #'org-todo
|
"t" #'org-todo
|
||||||
"T" #'org-todo-list
|
"T" #'org-todo-list
|
||||||
(:prefix ("r" . "refile")
|
|
||||||
"." #'+org/refile-to-current-file
|
|
||||||
"c" #'+org/refile-to-running-clock
|
|
||||||
"l" #'+org/refile-to-last-location
|
|
||||||
"o" #'+org/refile-to-other-window
|
|
||||||
"O" #'+org/refile-to-other-buffers
|
|
||||||
"r" #'org-refile) ; to all `org-refile-targets'
|
|
||||||
(:prefix ("a" . "attachments")
|
(:prefix ("a" . "attachments")
|
||||||
"a" #'+org-attach/file
|
"a" #'+org-attach/file
|
||||||
"u" #'+org-attach/uri
|
"u" #'+org-attach/uri
|
||||||
"f" #'+org-attach/find-file
|
"f" #'+org-attach/find-file
|
||||||
"s" #'+org-attach/sync)
|
"s" #'+org-attach/sync)
|
||||||
|
(:prefix ("b" . "tables")
|
||||||
|
"-" #'org-table-insert-hline
|
||||||
|
"a" #'org-table-align
|
||||||
|
"c" #'org-table-create-or-convert-from-region
|
||||||
|
"e" #'org-table-edit-field
|
||||||
|
"h" #'org-table-field-info
|
||||||
|
(:when (featurep! +gnuplot)
|
||||||
|
"p" #'org-plot/gnuplot))
|
||||||
(:prefix ("c" . "clock")
|
(:prefix ("c" . "clock")
|
||||||
"c" #'org-clock-in
|
"c" #'org-clock-in
|
||||||
"C" #'org-clock-out
|
"C" #'org-clock-out
|
||||||
|
@ -683,14 +684,13 @@ between the two."
|
||||||
"i" #'org-id-goto
|
"i" #'org-id-goto
|
||||||
"r" #'org-refile-goto-last-stored
|
"r" #'org-refile-goto-last-stored
|
||||||
"x" #'org-capture-goto-last-stored)
|
"x" #'org-capture-goto-last-stored)
|
||||||
(:prefix ("b" . "tables")
|
(:prefix ("r" . "refile")
|
||||||
"-" #'org-table-insert-hline
|
"." #'+org/refile-to-current-file
|
||||||
"a" #'org-table-align
|
"c" #'+org/refile-to-running-clock
|
||||||
"c" #'org-table-create-or-convert-from-region
|
"l" #'+org/refile-to-last-location
|
||||||
"e" #'org-table-edit-field
|
"o" #'+org/refile-to-other-window
|
||||||
"h" #'org-table-field-info
|
"O" #'+org/refile-to-other-buffers
|
||||||
(:when (featurep! +gnuplot)
|
"r" #'org-refile)) ; to all `org-refile-targets'
|
||||||
"p" #'org-plot/gnuplot)))
|
|
||||||
|
|
||||||
(map! :after org-agenda
|
(map! :after org-agenda
|
||||||
:map org-agenda-mode-map
|
:map org-agenda-mode-map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue