~ruther/guix-local

171e37e2cd3614bf5c453b1924a76bcf36f22c92 — jgart 1 year, 2 months ago 57b187f
gnu: Add emacs-denote-markdown.

* gnu/packages/emacs-xyz.scm (emacs-denote-markdown): New variable.

Change-Id: Icb2ce8f720068ab708148e2cc5ac99091eb5d99b
1 files changed, 19 insertions(+), 0 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +19 -0
@@ 19807,6 19807,25 @@ journaling.  While it is possible to use the generic @code{denote} command
to streamline the journaling workflow.")
    (license license:gpl3+)))

(define-public emacs-denote-markdown
  (package
    (name "emacs-denote-markdown")
    (version "0.1.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://elpa.gnu.org/packages/denote-markdown-"
                           version ".tar"))
       (sha256
        (base32 "0ic8kqfw56xsm9s0rlq7cgnh0dzjsbbcx7kdk55dggpvxv67jj62"))))
    (build-system emacs-build-system)
    (propagated-inputs (list emacs-denote))
    (home-page "https://github.com/protesilaos/denote-markdown")
    (synopsis "Extensions that better integrate Denote with Markdown")
    (description "This package provides some convenience functions to better
integrate Markdown with Denote.")
    (license license:gpl3+)))

(define-public emacs-denote-silo
  (package
    (name "emacs-denote-silo")