tags 45781 notabug
thanks
Hi Ludovic!
Ludovic Courtès writes:
> Hi!
>
> Consider this Emacs:
>
> guix environment -E DISPLAY --expose=/tmp/.X11-unix \
> --ad-hoc -C emacs emacs-geiser emacs-guix guile \
> -- emacs -Q
>
> Things like M-x run-guile (from Geiser) or M-x guix are not acce
Hi!
Consider this Emacs:
guix environment -E DISPLAY --expose=/tmp/.X11-unix \
--ad-hoc -C emacs emacs-geiser emacs-guix guile \
-- emacs -Q
Things like M-x run-guile (from Geiser) or M-x guix are not accessible
by default. I have to explicitly (require 'geiser) etc. to get them.
It