unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54675] [PATCH] gnu: Add emacs-org-modern.
@ 2022-04-01 20:22 jgart via Guix-patches via
  2022-04-14 15:46 ` bug#54675: " Raghav Gururajan via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-04-01 20:22 UTC (permalink / raw)
  To: 54675; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-org-modern): 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 beda1126c5..bc9a9f1c28 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30806,6 +30806,28 @@ (define-public emacs-fennel-mode
  Fennel code within Emacs.")
     (license license:gpl3+)))
 
+(define-public emacs-org-modern
+  (package
+   (name "emacs-org-modern")
+   (version "0.3")
+   (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/minad/org-modern")
+             (commit version)))
+       (sha256
+        (base32 "187fxw2rg0kw1d2binpa32ckp67r4v10j6ypr077g9qn6nkmyvvn"))
+       (file-name (git-file-name name version))))
+   (build-system emacs-build-system)
+   (home-page "https://github.com/minad/org-modern")
+   (synopsis "Modern Org Style")
+   (description
+"@code{emacs-org-modern} implements a modern style for your Org
+buffers using font locking and text properties.  The package styles
+headlines, keywords, tables and source blocks.")
+   (license license:gpl3+)))
+
 (define-public emacs-osm
   (package
     (name "emacs-osm")
-- 
2.34.0





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

* bug#54675: [PATCH] gnu: Add emacs-org-modern.
  2022-04-01 20:22 [bug#54675] [PATCH] gnu: Add emacs-org-modern jgart via Guix-patches via
@ 2022-04-14 15:46 ` Raghav Gururajan via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Raghav Gururajan via Guix-patches via @ 2022-04-14 15:46 UTC (permalink / raw)
  To: 54675-done


[-- Attachment #1.1: Type: text/plain, Size: 33 bytes --]

Pushed to master as 8f5b2f0693.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

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

end of thread, other threads:[~2022-04-14 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 20:22 [bug#54675] [PATCH] gnu: Add emacs-org-modern jgart via Guix-patches via
2022-04-14 15:46 ` bug#54675: " Raghav Gururajan via Guix-patches via

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).