From ce37968a8c918d2e200f84697de1719d09f02cfb Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 2 Mar 2022 20:07:09 -0500 Subject: emacs.scm: Drop emacs-ox-gfm This is available upstream. --- km-packages/emacs.scm | 19 ------------------- 1 file changed, 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+))) -- cgit v1.2.3