diff --git a/README.org b/README.org index 32d03c31..064b5359 100644 --- a/README.org +++ b/README.org @@ -864,7 +864,9 @@ Part of this config includes some special capture templates for my work as a you "t" 'org-todo "gf" 'org-footnote-action "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 "gf" 'org-footnote-action) ('insert org-mode-map diff --git a/init.el b/init.el index c5d95d46..ca51c317 100644 --- a/init.el +++ b/init.el @@ -649,7 +649,9 @@ much faster. The hope is to also make this a faster version of imenu." "t" 'org-todo "gf" 'org-footnote-action "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 "gf" 'org-footnote-action) ('insert org-mode-map