mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs: Remove unneeded import.
This is a followup to ef0cb0dd1d
.
Suggested by Jack Hill <jackhill@jackhill.us>.
* gnu/packages/emacs.scm: Remove unneeded (ice-9 match) import.
This commit is contained in:
parent
4fca1bc5af
commit
7829fc779b
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ (define-module (gnu packages emacs)
|
|||
#:use-module (gnu packages xml)
|
||||
#:use-module (gnu packages xorg)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (ice-9 match)
|
||||
#:use-module (srfi srfi-1))
|
||||
|
||||
(define-public emacs
|
||||
|
|
Loading…
Reference in a new issue