From 7bec659f21b54e23f6f46fe184e5e910d652b07e Mon Sep 17 00:00:00 2001 From: fpi Date: Sat, 1 Aug 2020 18:19:05 +0200 Subject: Add a key to insert org link for the url in clipboard --- emacs-init.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs-init.org b/emacs-init.org index f6667a6..2f4505b 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3410,6 +3410,10 @@ This provides functions to get webpage title or content for org mode links. (use-package org-web-tools :straight t) #+end_src +#+begin_src emacs-lisp :noweb-ref fpi-bindings :tangle no +(define-key fpi-map "l" #'org-web-tools-insert-link-for-url) +#+end_src + *** Gnorb :PROPERTIES: :ID: 990e2668-11d6-45eb-9c9b-1dc0b89b556d -- cgit v1.2.3