From 1f6ff5be08d82c3536fa5ba609ce43fe614c51c7 Mon Sep 17 00:00:00 2001 From: bdunahu Date: Fri, 27 Feb 2026 23:19:08 -0500 Subject: tanelorn: Add emacs-powerthesaurus. * modules/tanelorn/packages/emacs-xyz.scm (emacs-powerthesaurus): New variable. * README: Add emacs-powerthesaurus. --- modules/tanelorn/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'modules') 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+)))) -- cgit v1.2.3