Add org-noter package

This package allows the creation of notes on a document (pdf, EPub,
etc.) which will be kept in sync with the document. Providing context
sensitive annotations that are managed in plaintext.
This commit is contained in:
Brian McGillion 2020-04-11 16:53:12 +04:00
parent 65dacd1016
commit 2dd84b8e2f
6 changed files with 36 additions and 1 deletions

View file

@ -75,6 +75,8 @@
(package! org-roam :pin "e33c144298")
(when (featurep! :completion company)
(package! company-org-roam :pin "0913d86f16")))
(when (featurep! +noter)
(package! org-noter :pin "9ead81d42d"))
;;; Babel
(package! ob-async :pin "80a30b96a0")