summaryrefslogtreecommitdiff
path: root/rodion/packages
diff options
context:
space:
mode:
Diffstat (limited to 'rodion/packages')
-rw-r--r--rodion/packages/emacs.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/rodion/packages/emacs.scm b/rodion/packages/emacs.scm
index 1a50b85..aa6acbf 100644
--- a/rodion/packages/emacs.scm
+++ b/rodion/packages/emacs.scm
@@ -78,3 +78,18 @@ This package has been written to leverage tree-sitter parsing facilities, allowi
(description
"LanguageTool is a free and open-source multilingual grammar, style, and spell checker with support for more than 30 languages. So, why not use it as your Emacs grammar and spell check tool. That is what this package is for.")
(license license:gpl3)))
+
+(define-public emacs-hyperbole-master
+ (package
+ (inherit emacs-hyperbole)
+ (name "emacs-hyperbole")
+ (version "8.0.1-6c5002e6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.savannah.gnu.org/git/hyperbole.git")
+ (commit "6c5002e67061f4cc51a7e5ab7a237880d55709c6")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "01z8fci49wm1pgrgrvmw253q1jzs42ink4pbjg3gn6gjfng96h4l"))))))