[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54675] [PATCH] gnu: Add emacs-org-modern.
From: |
jgart |
Subject: |
[bug#54675] [PATCH] gnu: Add emacs-org-modern. |
Date: |
Fri, 1 Apr 2022 16:22:20 -0400 |
* 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
- [bug#54675] [PATCH] gnu: Add emacs-org-modern.,
jgart <=