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

@ -965,6 +965,7 @@ compelling reason, so..."
(if (featurep! +pomodoro) (load! "contrib/pomodoro"))
(if (featurep! +present) (load! "contrib/present"))
(if (featurep! +roam) (load! "contrib/roam"))
(if (featurep! +noter) (load! "contrib/noter"))
;; Add our general hooks after the submodules, so that any hooks the
;; submodules add run after them, and can overwrite any defaults if necessary.