From eff82988afb26ec7f83ced924f9f4cc2c63275c2 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 1 Sep 2020 23:22:18 -0400 Subject: emacs: Drop packages that are now available upstream --- km-packages/emacs.scm | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/km-packages/emacs.scm b/km-packages/emacs.scm index 7a388d9..da2b685 100644 --- a/km-packages/emacs.scm +++ b/km-packages/emacs.scm @@ -48,28 +48,6 @@ (description "TODO") (license license:gpl3+))) -(define-public emacs-pandoc - (package - (name "emacs-pandoc") - (version "2.23") - (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/joostkremers/pandoc-mode/archive/" - version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "19kgllhywxim02s69nisr8xs7fgifcj890kdmc2xdizmc7ps65yi")))) - (build-system emacs-build-system) - (propagated-inputs - `(("emacs-dash" ,emacs-dash) - ("emacs-hydra" ,emacs-hydra))) - (home-page "https://github.com/joostkremers/writeroom-mode") - (synopsis "Minor mode for interacting with Pandoc") - (description "TODO") - (license license:gpl3+))) - (define-public emacs-stan-mode (package (name "emacs-stan-mode") @@ -138,25 +116,3 @@ Stan files.") (synopsis "Github Flavored Markdown Back-End for Org Export Engine ") (description "TODO") (license license:gpl3+))) - -(define-public emacs-boxquote - (package - (name "emacs-boxquote") - (version "2.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/davep/boxquote.el.git") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1f61k3sw9zvn6jq60ygi6p66blr52497fadimzcaspa79k9y1cfm")))) - (build-system emacs-build-system) - (home-page "https://github.com/davep/boxquote.el") - (synopsis "Quote text with a semi-block") - (description "boxquote.el provides a set of functions for using a -text quoting style that partially boxes in the left hand side of an -area of text, such a marking style might be used to show externally -included text or example code.") - (license license:gpl3+))) -- cgit v1.2.3