switching to C-M for priorities since C-S is preferred window resizing
This commit is contained in:
parent
8fde6128fb
commit
8eeb93fa14
|
@ -896,8 +896,8 @@ Part of this config includes some special capture templates for my work as a you
|
|||
"gf" 'org-footnote-action
|
||||
"gl" 'org-id-copy
|
||||
"gk" 'languagetool-correct-at-point
|
||||
"C-S-k" 'org-priority-up
|
||||
"C-S-j" 'org-priority-down)
|
||||
"C-M-k" 'org-priority-up
|
||||
"C-M-j" 'org-priority-down)
|
||||
('visual org-mode-map
|
||||
"gf" 'org-footnote-action)
|
||||
('insert org-mode-map
|
||||
|
|
4
init.el
4
init.el
|
@ -650,8 +650,8 @@ much faster. The hope is to also make this a faster version of imenu."
|
|||
"gf" 'org-footnote-action
|
||||
"gl" 'org-id-copy
|
||||
"gk" 'languagetool-correct-at-point
|
||||
"C-S-k" 'org-priority-up
|
||||
"C-S-j" 'org-priority-down)
|
||||
"C-M-k" 'org-priority-up
|
||||
"C-M-j" 'org-priority-down)
|
||||
('visual org-mode-map
|
||||
"gf" 'org-footnote-action)
|
||||
('insert org-mode-map
|
||||
|
|
Loading…
Reference in a new issue