Add recipe for org-protocol-capture-html

Capture HTML from the browser selection into Emacs as org-mode content.
This commit is contained in:
Vedang Manerikar 2021-12-05 22:39:12 +05:30
parent d2352cb128
commit 6f554a95fd

View File

@ -0,0 +1,5 @@
(:name org-protocol-capture-html
:description "Capture HTML from the browser selection into Emacs as org-mode content."
:type github
:pkgname "alphapapa/org-protocol-capture-html"
:depends (org-mode s))