mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
f0ae90cbbb
27 changed files with 675 additions and 133 deletions
|
@ -353,10 +353,6 @@ implementation, Emacs and, ultimately, the schemer, giving them access to live
|
|||
metadata.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public geiser-next
|
||||
;; This has become "geiser".
|
||||
(deprecated-package "geiser-next" geiser))
|
||||
|
||||
(define-public paredit
|
||||
(package
|
||||
(name "emacs-paredit")
|
||||
|
@ -382,9 +378,6 @@ 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 "emacs-git-modes")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue