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:
parent
65dacd1016
commit
2dd84b8e2f
6 changed files with 36 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue