guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add emacs-markup-faces


From: Leo Famulari
Subject: 01/02: gnu: Add emacs-markup-faces
Date: Tue, 17 Jul 2018 17:59:19 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 5691898f28cd2e24c14de28c45f25bf3b03b1c41
Author: Jack Hill <address@hidden>
Date:   Mon Jul 16 13:22:28 2018 -0400

    gnu: Add emacs-markup-faces
    
    * gnu/packages/emacs.scm (emacs-markup-faces): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 20d5597..7267921 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -36,6 +36,7 @@
 ;;; Copyright © 2018 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
 ;;; Copyright © 2018 Tim Gesthuizen <address@hidden>
+;;; Copyright © 2018 Jack Hill <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -11475,3 +11476,25 @@ can do different things depending on the context.  In 
this package, it means
 that, if the cursor is in a currently hidden folded construction, we want to
 show it; if it's not, we want to hide whatever fold the cursor is in.")
       (license license:gpl2+))))
+
+(define-public emacs-markup-faces
+  (package
+    (name "emacs-markup-faces")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://stable.melpa.org/packages/markup-faces-";
+                           version ".el"))
+       (sha256
+        (base32
+         "124dxbaa25fwxnpwsygpz7pw6da6dnnw7y2lic3jf8rgz7lw4v32"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/sensorflo/markup-faces";)
+    (synopsis "Collection of Emacs faces for markup language modes")
+    (description "emacs-markup-faces is like font-lock-faces, but tailored for
+markup languages instead programming languages.  The sub group 
markup-faces-text
+is also intended for 'text viewing modes' such as info or (wo)man.  This gives 
a
+common look and feel, or let's say theme, across different markup language 
modes
+and 'text viewing modes' respectively.")
+    (license license:gpl3+)))



reply via email to

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