diff --git a/README.org b/README.org index e24dc54d..876930ca 100644 --- a/README.org +++ b/README.org @@ -979,7 +979,8 @@ Part of this config includes some special capture templates for my work as a you "C-M-k" 'org-priority-up "C-M-j" 'org-priority-down) ('visual org-mode-map - "gf" 'org-footnote-action) + "gf" 'org-footnote-action + "gm" 'org-emphasize) ('insert org-mode-map "C-i" 'completion-at-point) ('normal 'org-src-mode-map diff --git a/init.el b/init.el index 461413d2..97c6493f 100644 --- a/init.el +++ b/init.el @@ -694,7 +694,8 @@ much faster. The hope is to also make this a faster version of imenu." "C-M-k" 'org-priority-up "C-M-j" 'org-priority-down) ('visual org-mode-map - "gf" 'org-footnote-action) + "gf" 'org-footnote-action + "gm" 'org-emphasize) ('insert org-mode-map "C-i" 'completion-at-point) ('normal 'org-src-mode-map