mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@
|
|||
#: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…
Add table
Add a link
Reference in a new issue