Skip to content

Org-download

Org-download lets you screenshot and yank images from the web into your notes:

images/org-download

Figure: org-download

emacs-lisp
(use-package org-download
  :after org
  :bind
  (:map org-mode-map
        (("s-Y" . org-download-screenshot)
         ("s-y" . org-download-yank))))