summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-08-01 18:19:05 +0200
committerfpi2020-08-01 18:30:08 +0200
commit7bec659f21b54e23f6f46fe184e5e910d652b07e (patch)
tree01cf52bc035dee94deb85db49e5c8ace92f13ea6 /emacs-init.org
parentAdd more safe local variables (diff)
Add a key to insert org link for the url in clipboard
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org4
1 files changed, 4 insertions, 0 deletions
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