aboutsummaryrefslogtreecommitdiff
path: root/km-packages/emacs.scm
diff options
context:
space:
mode:
Diffstat (limited to 'km-packages/emacs.scm')
-rw-r--r--km-packages/emacs.scm44
1 files changed, 0 insertions, 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+)))