breaking: move emacs packages to a guix manifest
parent
0be7f59a5a
commit
2fed615320
|
@ -0,0 +1,32 @@
|
||||||
|
(use-modules
|
||||||
|
(guix profiles)
|
||||||
|
(gnu packages emacs)
|
||||||
|
(gnu packages emacs-xyz))
|
||||||
|
|
||||||
|
(packages->manifest
|
||||||
|
(list #|emacs |# emacs
|
||||||
|
#|emacs-xyz |#
|
||||||
|
#| • completion |# emacs-cape emacs-corfu emacs-corfu-doc
|
||||||
|
emacs-consult-lsp emacs-vertico
|
||||||
|
#| • centering |# emacs-olivetti
|
||||||
|
#| • file manager |# emacs-dirvish
|
||||||
|
#| • fuzzy-finder |# emacs-orderless
|
||||||
|
#| • guile |# emacs-geiser emacs-geiser-guile
|
||||||
|
emacs-macrostep-geiser emacs-geiser-eros
|
||||||
|
#| • guix |# emacs-guix emacs-direnv
|
||||||
|
#| • haunt |# emacs-ox-haunt
|
||||||
|
#| • icons |# emacs-all-the-icons
|
||||||
|
#| • irc |# emacs-circe
|
||||||
|
#| • kakoune |# emacs-kakoune emacs-phi-search-mc emacs-ryo-modal
|
||||||
|
#| • latex |# emacs-auctex emacs-latex-preview-pane
|
||||||
|
#| • linter |# emacs-flycheck emacs-flycheck-guile
|
||||||
|
#| • maps |# emacs-osm
|
||||||
|
#| • music player |# emacs-emms
|
||||||
|
#| • org |# emacs-org-bullets emacs-org-fragtog
|
||||||
|
emacs-org-present emacs-org-roam emacs-org-modern
|
||||||
|
#| • pulsar |# emacs-pulsar
|
||||||
|
#| • rss |# emacs-elfeed emacs-elfeed-org
|
||||||
|
#| • s-exps |# emacs-lispy emacs-rainbow-delimiters
|
||||||
|
#| • ease config |# emacs-setup
|
||||||
|
#| • typing |# emacs-typing
|
||||||
|
#| • terminal |# emacs-eat))
|
27
radio.scm
27
radio.scm
|
@ -26,7 +26,6 @@
|
||||||
#|B|# bittorrent
|
#|B|# bittorrent
|
||||||
#|C|# c calendar
|
#|C|# c calendar
|
||||||
#|D|# disk
|
#|D|# disk
|
||||||
#|E|# emacs emacs-xyz
|
|
||||||
#|F|# file fonts freedesktop
|
#|F|# file fonts freedesktop
|
||||||
#|G|# games gnome gnu-doc gnupg gnuzilla guile-xyz
|
#|G|# games gnome gnu-doc gnupg gnuzilla guile-xyz
|
||||||
#|I|# image-viewers
|
#|I|# image-viewers
|
||||||
|
@ -53,32 +52,6 @@
|
||||||
#|c |# c-intro-and-ref
|
#|c |# c-intro-and-ref
|
||||||
#|calendar |# remind
|
#|calendar |# remind
|
||||||
#|disk |# lf ;Remove if I get used to dirvish
|
#|disk |# lf ;Remove if I get used to dirvish
|
||||||
#|emacs |# emacs
|
|
||||||
#|emacs-xyz |#
|
|
||||||
#| • completion |# emacs-cape emacs-corfu emacs-corfu-doc
|
|
||||||
emacs-consult-lsp emacs-vertico
|
|
||||||
#| • centering |# emacs-olivetti
|
|
||||||
#| • file manager |# emacs-dirvish
|
|
||||||
#| • fuzzy-finder |# emacs-orderless
|
|
||||||
#| • guile |# emacs-geiser emacs-geiser-guile
|
|
||||||
emacs-macrostep-geiser emacs-geiser-eros
|
|
||||||
#| • guix |# emacs-guix emacs-direnv
|
|
||||||
#| • haunt |# emacs-ox-haunt
|
|
||||||
#| • icons |# emacs-all-the-icons
|
|
||||||
#| • irc |# emacs-circe
|
|
||||||
#| • kakoune |# emacs-kakoune emacs-phi-search-mc emacs-ryo-modal
|
|
||||||
#| • latex |# emacs-auctex emacs-latex-preview-pane
|
|
||||||
#| • linter |# emacs-flycheck emacs-flycheck-guile
|
|
||||||
#| • maps |# emacs-osm
|
|
||||||
#| • music player |# emacs-emms
|
|
||||||
#| • org |# emacs-org-bullets emacs-org-fragtog
|
|
||||||
emacs-org-present emacs-org-roam emacs-org-modern
|
|
||||||
#| • pulsar |# emacs-pulsar
|
|
||||||
#| • rss |# emacs-elfeed emacs-elfeed-org
|
|
||||||
#| • s-exps |# emacs-lispy emacs-rainbow-delimiters
|
|
||||||
#| • ease config |# emacs-setup
|
|
||||||
#| • typing |# emacs-typing
|
|
||||||
#| • terminal |# emacs-eat
|
|
||||||
#|file |# file
|
#|file |# file
|
||||||
#|fonts |# font-arabic-misc font-liberation font-meslo-lg-dz
|
#|fonts |# font-arabic-misc font-liberation font-meslo-lg-dz
|
||||||
font-misc-misc font-un font-wqy-zenhei
|
font-misc-misc font-un font-wqy-zenhei
|
||||||
|
|
Loading…
Reference in New Issue