From 68dcc8ebe8798602db13976f364ff08f49d3b47e Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 8 Nov 2021 10:15:31 -0500 Subject: [PATCH] ADD shortcut for updating id's --- etc/conf.org | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/conf.org b/etc/conf.org index 9a94122..2af4cb7 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -4503,6 +4503,7 @@ The function keys are nice because they are almost (not always) free in every mo (global-set-key (kbd "") 'org-clock-goto) (global-set-key (kbd "C-") 'org-tomato-user-get-summary) (global-set-key (kbd "C-S-") 'org-tomato-user-pomodoro-goto) +(global-set-key (kbd " i") #'org-id-update-id-locations) (global-set-key (kbd " s") #'swiper-thing-at-point) (global-set-key (kbd " o") #'counsel-org-goto-all) (global-set-key (kbd " b") #'ivy-bibtex-with-local-bibliography)