summaryrefslogtreecommitdiff
path: root/modules/tanelorn/packages
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tanelorn/packages')
-rw-r--r--modules/tanelorn/packages/emacs-xyz.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/tanelorn/packages/emacs-xyz.scm b/modules/tanelorn/packages/emacs-xyz.scm
index 2b2b6d6..77356ec 100644
--- a/modules/tanelorn/packages/emacs-xyz.scm
+++ b/modules/tanelorn/packages/emacs-xyz.scm
@@ -34,3 +34,29 @@
(description
"Jeison is a library for transforming JSON objects into EIEIO objects.")
(license license:gpl3+))))
+
+(define-public emacs-powerthesaurus
+ (let ((commit "f2d624677f54b95509b63e69a9e3520d014c196e")
+ (revision "1"))
+ (package
+ (name "emacs-powerthesaurus")
+ (version (git-version "0.4.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/SavchenkoValeriy/emacs-powerthesaurus")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "06magy1vx0hv0znlvrhjhq60w7zyinijbl5s4bzr62w4ksix2nki"))))
+ (build-system emacs-build-system)
+ (inputs (list emacs-dash
+ emacs-jeison
+ emacs-s))
+ (home-page "https://github.com/SavchenkoValeriy/emacs-powerthesaurus")
+ (synopsis "Powerthesaurus integration for Emacs")
+ (description "Powerthesaurus is a plugin that integrates Emacs with the
+@url{https://www.powerthesaurus.org/,powerthesaurus.org} service for finding
+synonyms, antonyms, and related terms.")
+ (license license:gpl3+))))