gnu: paredit: Rename to 'emacs-paredit'.
* gnu/packages/emacs.scm (paredit)[name]: Change to "emacs-paredit". (paredit/old-name): New variable.
This commit is contained in:
parent
01afdab89c
commit
967cfd18f6
|
@ -320,7 +320,7 @@ metadata.")
|
|||
|
||||
(define-public paredit
|
||||
(package
|
||||
(name "paredit")
|
||||
(name "emacs-paredit")
|
||||
(version "24")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -364,6 +364,9 @@ for those who may want transient periods of unbalanced parentheses, such as
|
|||
when typing parentheses directly or commenting out code line by line.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public paredit/old-name
|
||||
(deprecated-package "paredit" paredit))
|
||||
|
||||
(define-public git-modes
|
||||
(package
|
||||
(name "git-modes")
|
||||
|
|
Loading…
Reference in New Issue