* [bug#34867] [PATCH] Add emacs-editorconfig
@ 2019-03-15 2:39 Brian Leung
2019-03-16 11:02 ` bug#34867: " Oleg Pykhalov
0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-03-15 2:39 UTC (permalink / raw)
To: 34867
[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]
See attached.
[-- Attachment #1.2: Type: text/html, Size: 39 bytes --]
[-- Attachment #2: 0001-gnu-Add-emacs-editorconfig.patch --]
[-- Type: text/x-patch, Size: 1734 bytes --]
From 7c15fb1d0bd317ac14003b5c6252eecf3e0629a5 Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Fri, 15 Mar 2019 03:38:34 +0100
Subject: [PATCH] gnu: Add emacs-editorconfig.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9fdb00efb9..88b1d5642e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12469,6 +12469,30 @@ execute its commands and resize images.")
backends, including the @command{wordnet} offline backend.")
(license license:gpl3+))))
+(define-public emacs-editorconfig
+ (package
+ (name "emacs-editorconfig")
+ (version "0.7.14")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/editorconfig/editorconfig-emacs")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "19j2428ij7sqvrqs7rqg1mcnv9109y6drqba40dkv3vrkk5d2yia"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/editorconfig/editorconfig-emacs")
+ (synopsis "Define and maintain consistent coding styles between different
+editors and IDEs")
+ (description "The EditorConfig project consists of a file format for
+defining coding styles and a collection of text editor plugins that enable
+editors to read the file format and adhere to defined styles. EditorConfig
+files are easily readable and they work nicely with version control systems.")
+ (license license:gpl3+)))
+
(define-public emacs-all-the-icons
(package
(name "emacs-all-the-icons")
--
2.21.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#34867: [PATCH] Add emacs-editorconfig
2019-03-15 2:39 [bug#34867] [PATCH] Add emacs-editorconfig Brian Leung
@ 2019-03-16 11:02 ` Oleg Pykhalov
0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pykhalov @ 2019-03-16 11:02 UTC (permalink / raw)
To: Brian Leung; +Cc: 34867-done
[-- Attachment #1: Type: text/plain, Size: 91 bytes --]
Hello Brian,
Pushed as a6718145265787e39bd0c703d22eb8846464fbec to master.
Thanks,
Oleg.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-16 11:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-15 2:39 [bug#34867] [PATCH] Add emacs-editorconfig Brian Leung
2019-03-16 11:02 ` bug#34867: " Oleg Pykhalov
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).