From e228c5d973288c66bf8ac1c60e1a2ee0ef01b536 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 4 Oct 2023 11:00:26 -0500 Subject: [PATCH] org emphasize --- README.org | 3 ++- init.el | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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