guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit 2e37e212fb3dc8b0243579dcc47ac596847c1c3e
Author: Morgan Smith <[email protected]>
AuthorDate: Mon Aug 31 11:11:13 2026 -0400
gnu: Remove emacs-editorconfig.
The README encourages the use of the version built into Emacs >=30.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Delete variable.
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/emacs-xyz.scm | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index de87d32838..e4d2e2f657 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36941,32 +36941,6 @@ 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.11.0")
- (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
- "0bqwmh4lcnbn5gcn38qg4jjfs9bfkbr4dj4dafglgds6a5lhznws"))))
- (build-system emacs-build-system)
- (arguments (list #:test-command #~(list "ert-runner" "ert-tests")))
- (native-inputs (list emacs-ert-runner))
- (home-page "https://editorconfig.org/")
- (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-nerd-icons
(let ((commit "d41902fe68a94fcf4394f25a89ba2d510bec4461")
(revision "2"))