mirror of https://codeberg.org/anemofilia/zero
radio: manifests: emacs: Add emacs-lean4-mode
parent
ec83629b44
commit
927725532c
|
@ -1,11 +1,10 @@
|
|||
|
||||
|
||||
(define-module (home-environments radio manifests emacs)
|
||||
#:use-module (guix profiles)
|
||||
#:use-module (gnu packages emacs)
|
||||
#:use-module (gnu packages emacs-xyz)
|
||||
#:use-module (gnu packages guile-xyz)
|
||||
#:use-module (gnu packages mail)
|
||||
#:use-module (radix packages emacs-xyz)
|
||||
#:export (packages:emacs
|
||||
packages:all
|
||||
packages:blogging
|
||||
|
@ -14,6 +13,7 @@
|
|||
packages:file-managing
|
||||
packages:guile
|
||||
packages:guix
|
||||
packages:mathematics
|
||||
packages:misc
|
||||
packages:modal-editing
|
||||
packages:org
|
||||
|
@ -56,6 +56,9 @@
|
|||
(list #|irc |# emacs-circe
|
||||
#|mail|# emacs-notmuch))
|
||||
|
||||
(define packages:mathematics
|
||||
(list emacs-lean4-mode))
|
||||
|
||||
(define packages:org
|
||||
(list emacs-org-bullets emacs-org-fragtog emacs-org-present
|
||||
emacs-org-roam emacs-org-modern))
|
||||
|
@ -79,6 +82,7 @@
|
|||
packages:file-managing
|
||||
packages:guile
|
||||
packages:guix
|
||||
packages:mathematics
|
||||
packages:misc
|
||||
packages:modal-editing
|
||||
packages:org
|
||||
|
|
Loading…
Reference in New Issue