diff options
| author | fpi | 2022-03-20 17:48:00 +0100 | 
|---|---|---|
| committer | fpi | 2022-03-20 17:54:27 +0100 | 
| commit | 0a71f747129eb8d365dfc384803cc7c6d523b575 (patch) | |
| tree | 07331a25e9271e7ab7b8a84c7f884cb7b3b97d7f | |
| parent | Pull Roam from git & fix templates (diff) | |
Enable org-protocol
| -rw-r--r-- | emacs-init.org | 2 | 
1 files changed, 1 insertions, 1 deletions
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}.  | 
