me
/
guix
Archived
1
0
Fork 0

gnu: Add emacs-org-modern.

* gnu/packages/emacs-xyz.scm (emacs-org-modern): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
master
jgart 2022-04-01 16:22:20 -04:00 committed by Raghav Gururajan
parent 0ddca9d682
commit 8f5b2f0693
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 22 additions and 0 deletions

View File

@ -30811,6 +30811,28 @@ audio volume via amixer.")
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")