guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add emacs-elegant-agenda-mode.


From: guix-commits
Subject: branch master updated: gnu: Add emacs-elegant-agenda-mode.
Date: Thu, 17 Dec 2020 03:44:08 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a728de2  gnu: Add emacs-elegant-agenda-mode.
a728de2 is described below

commit a728de21e32ca7a01b16780fc674e3c95228c0bb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 17 09:25:07 2020 +0100

    gnu: Add emacs-elegant-agenda-mode.
    
    * gnu/packages/emacs-xyz.scm (emacs-elegant-agenda-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 441eb4c..5be2f14 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14901,6 +14901,31 @@ as well as functions for navigating between these 
headings.")
 into sections while preserving the structure imposed by any timestamps.")
     (license license:gpl3+)))
 
+(define-public emacs-elegant-agenda-mode
+  (let ((commit "c72f42e0f551c3dd81e68262f07a96c0ec90a589")
+        (revision "1"))
+    (package
+      (name "emacs-elegant-agenda-mode")
+      (version (git-version "0.1.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/justinbarclay/elegant-agenda-mode";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0f8qk3vd41ffbkfqw5nks3bld0qpjrlnk9sb46wcbsyfnrs2v082"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/justinbarclay/elegant-agenda-mode";)
+      (synopsis "Elegant theme for your org-agenda")
+      (description
+       "The elegant-agenda-mode package uses fonts and typography to give your
+org-agenda some breathing room and elegance.  This package was inspired by the
+work Nicolas Rougier.")
+      (license license:gpl3+))))
+
 (define-public emacs-org-make-toc
   (package
     (name "emacs-org-make-toc")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]