From 2ea425a3aa03fd3f1e356522c08d02902d53d821 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 25 Sep 2021 01:41:47 -0400 Subject: [PATCH] ADD shortcut for real linker --- etc/conf.org | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/conf.org b/etc/conf.org index 83b6103..a4e7e63 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -4224,6 +4224,7 @@ These are for mode-specific bindings that can/should be outside of the evil maps ;; storing links is important, make a shortcut (local-set-key (kbd "C-c l") 'org-store-link) + (local-set-key (kbd "C-c L") 'org-x-id-store-link) ;; this is just a useful function I made (actually I think I stole) (local-set-key (kbd "C-c C-x x") 'org-x-mark-subtree-done)