Add org link keybinds

This commit is contained in:
Riyyi
2020-10-08 04:35:02 +02:00
parent f6c8a833be
commit 97af834823
+4 -1
View File
@@ -1765,7 +1765,10 @@ https://github.com/suyashbire1/emacs.d/blob/master/init.el
"i t" '(org-insert-structure-template :which-key "Insert template") "i t" '(org-insert-structure-template :which-key "Insert template")
"l" '(:ignore t :which-key "links") "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") "q" '(org-set-tags-command :which-key "Org tags")