aboutsummaryrefslogtreecommitdiff
path: root/km-packages
diff options
context:
space:
mode:
Diffstat (limited to 'km-packages')
-rw-r--r--km-packages/emacs.scm22
1 files changed, 22 insertions, 0 deletions
diff --git a/km-packages/emacs.scm b/km-packages/emacs.scm
index 6e106d7..f751e55 100644
--- a/km-packages/emacs.scm
+++ b/km-packages/emacs.scm
@@ -215,3 +215,25 @@ 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+)))