From 0a71f747129eb8d365dfc384803cc7c6d523b575 Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 20 Mar 2022 17:48:00 +0100 Subject: Enable org-protocol --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index a58f7ad..3152d50 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4836,7 +4836,7 @@ Instead of project related capture templates, I use the same template for all ta :ID: 28704dfb-7647-43ac-b96f-5967383d1188 :END: Org-protocol is an easy way to capture stuff from outside emacs. -#+begin_src emacs-lisp +#+begin_src emacs-lisp :tangle tangle/emacs-init.el :eval yes :results silent (use-package org-protocol) #+end_src To install the handler for =org-protocol://= URIs under linux you probably need a =.desktop= file similar to the one below. Place it under =~/.local/share/applications= and run src_shell{update-desktop-database}. -- cgit v1.2.3