diff options
author | fpi | 2020-08-01 18:19:05 +0200 |
---|---|---|
committer | fpi | 2020-08-01 18:30:08 +0200 |
commit | 7bec659f21b54e23f6f46fe184e5e910d652b07e (patch) | |
tree | 01cf52bc035dee94deb85db49e5c8ace92f13ea6 | |
parent | Add more safe local variables (diff) |
Add a key to insert org link for the url in clipboard
-rw-r--r-- | emacs-init.org | 4 |
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 |