aboutsummaryrefslogtreecommitdiff
path: root/km-packages
diff options
context:
space:
mode:
Diffstat (limited to 'km-packages')
-rw-r--r--km-packages/emacs.scm19
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+)))