diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-13 23:27:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-13 23:27:34 +0200 |
commit | 30825c46298c70028f70da1470eadbadf1e0d858 (patch) | |
tree | a569e5f1a84b621df3e51e56db6e64ac0718b9e5 | |
parent | 576cb396eac4e8cea2b54d96382f8e77f3584e89 (diff) |
gnu: emacs-org-noter: Tweak.
* gnu/packages/emacs-xyz.scm (emacs-org-noter): Adjust indentation and
description.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a8eb141452..d341501cc0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16005,14 +16005,12 @@ text-property translator.") "1hczwva73gsyanl1ldhdvql01gy0hy2g861yzkaklyb763sx58x4")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-org" ,emacs-org))) - (home-page - "https://github.com/weirdNox/org-noter") - (synopsis - "Synchronized, Org-mode, document annotator") + (home-page "https://github.com/weirdNox/org-noter") + (synopsis "Synchronized, Org-mode, document annotator") (description - "The idea is to let you create notes that are kept in sync when you -scroll through the document, but that are external to it - the notes + "This package lets you create notes that are kept in sync when you +scroll through the document, but that are external to it---the notes themselves live in an Org-mode file. As such, this leverages the power of Org-mode (the notes may have outlines, latex fragments, babel, etc...) while -acting like notes that are made /in/ the document.") +acting like notes that are made @emph{in} the document.") (license license:gpl3+))) |