[PATCH] gnu: Add emacs-heaven-and-hell.

  • Done
  • quality assurance status badge
Details
One participant
  • Ahmad Draidi
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 2 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
0279082734e9b48c20cb4dab7bc92fa6949c136b.1689489763.git.a.r.draidi@redscript.org
* gnu/packages/emacs-xyz.scm (emacs-heaven-and-hell): New variable.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

Toggle diff (35 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 480096fb50..b6837239c9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26871,6 +26871,26 @@ (define-public emacs-ztree
@command{ztree-diff}).")
(license license:gpl3))))
+(define-public emacs-heaven-and-hell
+ (package
+ (name "emacs-heaven-and-hell")
+ (version "0.0.5")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/valignatev/heaven-and-hell")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1bgs638nsn9hyvc9wbc2jpqm5i3hblld1mhmf0h9z0j6fjr0aapx"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/valignatev/heaven-and-hell")
+ (synopsis "Easily toggle light/dark themes in Emacs")
+ (description "This package makes the process of switching between
+light and dark themes as easy as hitting a single keystroke.")
+ (license license:expat)))
+
(define-public emacs-helm-org-contacts
(let ((commit "741eca6239684950219c9a12802386a132491b8c")
(revision "2"))

base-commit: d08bd19de0b06d5da7f2c06fb733e245b566dd54
--
2.41.0
Ahmad Draidi wrote 2 years ago
merged
(address . control@debbugs.gnu.org)
87h6pmkmlz.fsf@redscript.org
close 64660
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64660@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64660
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help