diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-02-27 23:19:08 -0500 |
|---|---|---|
| committer | bdunahu <bdunahu@operationnull.com> | 2026-02-27 23:36:49 -0500 |
| commit | 1f6ff5be08d82c3536fa5ba609ce43fe614c51c7 (patch) | |
| tree | cc5bf2c687d2ef65965a226f0fae805de1e1423a /modules | |
| parent | b4e3faa279816145d36bd6325b14c6a232831623 (diff) | |
tanelorn: Add emacs-powerthesaurus.
* modules/tanelorn/packages/emacs-xyz.scm (emacs-powerthesaurus): New variable.
* README: Add emacs-powerthesaurus.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/tanelorn/packages/emacs-xyz.scm | 26 |
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+)))) |
