mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Remove sections from emacs-xyz module.
These sections no longer correspond to the Emacs packages they list. Change-Id: I1262c5770b626093f855447bcb2239a6758889de
This commit is contained in:
parent
92f3d2053a
commit
12f9db3765
1 changed files with 0 additions and 19 deletions
|
@ -290,10 +290,6 @@ (define-module (gnu packages emacs-xyz)
|
||||||
#:use-module (srfi srfi-1)
|
#:use-module (srfi srfi-1)
|
||||||
#:use-module (ice-9 match))
|
#:use-module (ice-9 match))
|
||||||
|
|
||||||
;;;
|
|
||||||
;;; Emacs hacking.
|
|
||||||
;;;
|
|
||||||
|
|
||||||
(define-public emacs-0x0
|
(define-public emacs-0x0
|
||||||
(let ((commit "04f95142b25d8bb701f239539176df6617dcd982")
|
(let ((commit "04f95142b25d8bb701f239539176df6617dcd982")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
@ -3540,11 +3536,6 @@ (define-public emacs-bug-hunter
|
||||||
@file{init.el} or @file{.emacs}).")
|
@file{init.el} or @file{.emacs}).")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
|
||||||
;;; Web browsing.
|
|
||||||
;;;
|
|
||||||
|
|
||||||
(define-public emacs-w3m
|
(define-public emacs-w3m
|
||||||
;; Emacs-w3m follows a "rolling release" model.
|
;; Emacs-w3m follows a "rolling release" model.
|
||||||
(package
|
(package
|
||||||
|
@ -3697,11 +3688,6 @@ (define-public emacs-dnt
|
||||||
podcasts) in Emacs.")
|
podcasts) in Emacs.")
|
||||||
(license (list license:gpl3+)))))
|
(license (list license:gpl3+)))))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
|
||||||
;;; Multimedia.
|
|
||||||
;;;
|
|
||||||
|
|
||||||
(define emacs-emms-print-metadata
|
(define emacs-emms-print-metadata
|
||||||
(package
|
(package
|
||||||
(name "emacs-emms-print-metadata")
|
(name "emacs-emms-print-metadata")
|
||||||
|
@ -3931,11 +3917,6 @@ (define-public emacs-eradio
|
||||||
required.")
|
required.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
|
||||||
;;; Miscellaneous.
|
|
||||||
;;;
|
|
||||||
|
|
||||||
(define-public emacs-ace-link
|
(define-public emacs-ace-link
|
||||||
(package
|
(package
|
||||||
(name "emacs-ace-link")
|
(name "emacs-ace-link")
|
||||||
|
|
Loading…
Reference in a new issue