[Trisquel-devel] Setting Up Emacs and TeX Live Using Guix: Steps Taken and Next Recommendations
Heime
heimeborgia at protonmail.com
Sat May 31 17:58:02 UTC 2025
I have installed Emacs and Tex-Live form Guix Package Manager on top of
Trisquel using the commands:
guix install emacs
guix install emacs-next
guix install texlive
guix pull
guix upgrade
guix package -u
And now I have
emacs --version
GNU Emacs 30.0.92
lualatex --version
This is LuaHBTeX, Version 1.21.0 (TeX Live 2025/GNU Guix)
In my .bashrc I added
## Let variable and execute commands in profile
GUIX_PROFILE="/home/hagbard/.guix-profile"
## Execute profile using source or . equivalent
## source "$GUIX_PROFILE/etc/profile"
. "$GUIX_PROFILE/etc/profile"
Are there any other things for me to do regarding the Guix Package Manager
installation?
More information about the Trisquel-devel
mailing list