aboutsummaryrefslogtreecommitdiffstats
path: root/oni/packages
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-01-28 00:39:45 -0800
committerGravatar Tom Willemse2024-01-28 00:39:45 -0800
commit5755831bb64b1f6152057b3b5055e9dddc7ecc70 (patch)
tree438c4651d48fe91676d7ffaa0dd4c87cf914ba17 /oni/packages
parent98dd7c696673075961585919eb6491df5ffa4bdb (diff)
downloadnew-dotfiles-5755831bb64b1f6152057b3b5055e9dddc7ecc70.tar.gz
new-dotfiles-5755831bb64b1f6152057b3b5055e9dddc7ecc70.zip
Add ‘ace-link-notmuch’ package and configuration
Diffstat (limited to 'oni/packages')
-rw-r--r--oni/packages/emacs.scm24
1 files changed, 24 insertions, 0 deletions
diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm
index 913d1d8..5fe317b 100644
--- a/oni/packages/emacs.scm
+++ b/oni/packages/emacs.scm
@@ -519,3 +519,27 @@ headings, and emulates org-mode navigation and structure editing. It is based on
the built-in outline-minor-mode and is simple by design, providing just a few
key features.")
(license license:gpl3+)))
+
+(define-public emacs-ace-link-notmuch
+ (let ((commit "fb09673881ef0f7b7ad744c576a19f578df7c51d")
+ (revision "0"))
+ (package
+ (name "emacs-ace-link-notmuch")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://git.sr.ht/~ryuslash/ace-link-notmuch")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "1wpdimvwkrbic0hybsp5pqaql066yvl1aar37fr5kcm19gbgvcf6"))
+ (file-name (git-file-name name version))))
+ (propagated-inputs
+ (list emacs-ace-link))
+ (build-system emacs-build-system)
+ (synopsis "ace-link functionality for notmuch")
+ (description
+ "ace-link functionality for notmuch")
+ (license license:gpl3+)
+ (home-page "https://sr.ht/~ryuslash/ace-link-notmuch/"))))