adding org priority keybinds
This commit is contained in:
parent
bafc8e635b
commit
800c544d30
|
@ -864,7 +864,9 @@ Part of this config includes some special capture templates for my work as a you
|
||||||
"t" 'org-todo
|
"t" 'org-todo
|
||||||
"gf" 'org-footnote-action
|
"gf" 'org-footnote-action
|
||||||
"gl" 'org-id-copy
|
"gl" 'org-id-copy
|
||||||
"gk" 'languagetool-correct-at-point)
|
"gk" 'languagetool-correct-at-point
|
||||||
|
"C-S-k" 'org-priority-up
|
||||||
|
"C-S-j" 'org-priority-down)
|
||||||
('visual org-mode-map
|
('visual org-mode-map
|
||||||
"gf" 'org-footnote-action)
|
"gf" 'org-footnote-action)
|
||||||
('insert org-mode-map
|
('insert org-mode-map
|
||||||
|
|
4
init.el
4
init.el
|
@ -649,7 +649,9 @@ much faster. The hope is to also make this a faster version of imenu."
|
||||||
"t" 'org-todo
|
"t" 'org-todo
|
||||||
"gf" 'org-footnote-action
|
"gf" 'org-footnote-action
|
||||||
"gl" 'org-id-copy
|
"gl" 'org-id-copy
|
||||||
"gk" 'languagetool-correct-at-point)
|
"gk" 'languagetool-correct-at-point
|
||||||
|
"C-S-k" 'org-priority-up
|
||||||
|
"C-S-j" 'org-priority-down)
|
||||||
('visual org-mode-map
|
('visual org-mode-map
|
||||||
"gf" 'org-footnote-action)
|
"gf" 'org-footnote-action)
|
||||||
('insert org-mode-map
|
('insert org-mode-map
|
||||||
|
|
Loading…
Reference in a new issue