ADD shortcut for real linker

This commit is contained in:
Nathan Dwarshuis 2021-09-25 01:41:47 -04:00
parent a5a5c91050
commit 2ea425a3aa
1 changed files with 1 additions and 0 deletions

View File

@ -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)