From 4855d08a4d62f0c181c8fd67013b2b370e8f8ac7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 23 Jun 2020 22:50:19 +0200 Subject: Add keybinds for org linking Binding of `org-store-link` is global to store link from any supported buffer. Not fully happy with the choice of F12 but ok for now. --- gui/conf/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/conf/init.el') diff --git a/gui/conf/init.el b/gui/conf/init.el index e2f231a..dbcffcc 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -234,8 +234,11 @@ (evil-leader/set-key-for-mode 'org-mode "c" 'org-edit-src-code + "p" 'org-insert-link "g" 'org-goto) +(global-set-key (kbd "") 'org-store-link) + (use-package ivy :ensure t :config @@ -360,6 +363,7 @@ send-mail-function 'smtpmail-send-it message-sendmail-f-is-evil t message-send-mail-function 'message-send-mail-with-sendmail) + (require 'org-mu4e) (evil-collection-init 'mu4e)) (setq mu4e-contexts -- cgit v1.2.3