From 97af83482367f52d5ee8511ad15a77a7ff534bdc Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 8 Oct 2020 04:35:02 +0200 Subject: [PATCH] Add org link keybinds --- .config/emacs/config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 114bd86..f5ba828 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -1765,7 +1765,10 @@ https://github.com/suyashbire1/emacs.d/blob/master/init.el "i t" '(org-insert-structure-template :which-key "Insert template") "l" '(:ignore t :which-key "links") - "l l" '(org-insert-link :which-key "Org make link") + "l i" '(org-id-store-link :which-key "Store ID link") + "l l" '(org-insert-link :which-key "Insert link") + "l s" '(org-store-link :which-key "Store link") + "l S" '(org-insert-last-stored-link :which-key "Insert stored link") "q" '(org-set-tags-command :which-key "Org tags")