diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-03-02 20:07:09 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-03-02 20:07:09 -0500 |
commit | ce37968a8c918d2e200f84697de1719d09f02cfb (patch) | |
tree | a2ec926de7c137a5930dc37320b163562b8c653d /km-packages | |
parent | 365cfec31aad0dadacd82d9aeb5d9960b52e265d (diff) | |
download | guix-packages-ce37968a8c918d2e200f84697de1719d09f02cfb.tar.gz |
emacs.scm: Drop emacs-ox-gfm
This is available upstream.
Diffstat (limited to 'km-packages')
-rw-r--r-- | km-packages/emacs.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/km-packages/emacs.scm b/km-packages/emacs.scm index 2793cf8..38e8930 100644 --- a/km-packages/emacs.scm +++ b/km-packages/emacs.scm @@ -74,22 +74,3 @@ "Provides syntax highlighting, indentation, and imenu support for Stan files.") (license license:gpl3+))) - -(define-public emacs-ox-gfm - (package - (name "emacs-ox-gfm") - (version "1.0") - (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/larstvei/ox-gfm/archive/v" - version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "0jjznn30bv86a8nh3kqkcilsanplamrvgfji6w0fhwd38ihn2h8l")))) - (build-system emacs-build-system) - (home-page "https://github.com/larstvei/ox-gfm") - (synopsis "Github Flavored Markdown Back-End for Org Export Engine ") - (description "TODO") - (license license:gpl3+))) |