unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42170] [PATCH] gnu: Add emacs-org-beautify-theme.
@ 2020-07-03  3:24 Morgan.J.Smith
  2020-07-03 22:31 ` bug#42170: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2020-07-03  3:24 UTC (permalink / raw)
  To: 42170; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-org-beautify-theme): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1941379dea..c435e312b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -76,6 +76,7 @@
 ;;; Copyright © 2020 Fredrik Salomonsson <plattfot@gmail.com>
 ;;; Copyright © 2020 Ryan Desfosses <rdes@protonmail.com>
 ;;; Copyright © 2020 Eric Bavier <bavier@posteo.net>
+;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -23403,3 +23404,24 @@ easily.  Four pre-set options are: @samp{shell}, @samp{terminal},
 @samp{ansi-term}, and @samp{eshell}.  You can also set your custom shell if
 you use some other configuration.")
       (license license:gpl3+))))
+
+(define-public emacs-org-beautify-theme
+  (package
+   (name "emacs-org-beautify-theme")
+   (version "0.4")
+   (source (origin
+            (method git-fetch)
+            (uri (git-reference
+                  (url "https://github.com/jonnay/org-beautify-theme")
+                  (commit "df6a1114fda313e1689363e196c8284fbe2a2738")))
+            (file-name (git-file-name name version))
+            (sha256
+             (base32
+              "1lkz7736swimad12khwbbqc4gxjydgr1k45p4mx03s25pv1w920y"))))
+   (build-system emacs-build-system)
+   (home-page "https://github.com/jonnay/org-beautify-theme")
+   (synopsis "Theme to make org mode look more beautiful")
+   (description "Adds padding between headings, increases the size of
+titles, strike through completed TODO headings, changes org blocks,
+changes org check boxes, and more.")
+   (license license:gpl3+)))
-- 
2.27.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42170: [PATCH] gnu: Add emacs-org-beautify-theme.
  2020-07-03  3:24 [bug#42170] [PATCH] gnu: Add emacs-org-beautify-theme Morgan.J.Smith
@ 2020-07-03 22:31 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-07-03 22:31 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 42170-done

Hello,

Morgan.J.Smith@outlook.com writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-beautify-theme): New variable.

Thank you. 

I fixed indentation, added a comment explaining why we don't use
a specific tag, slightly fixed description, and committed your patch.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-03 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03  3:24 [bug#42170] [PATCH] gnu: Add emacs-org-beautify-theme Morgan.J.Smith
2020-07-03 22:31 ` bug#42170: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).