I have one remark.

2022-12-12 19:31 pa...@disroot.org:

+If you're using Emacs, you can instead install
+[Geiser](https://nongnu.org/geiser), which provides a comfortable Emacs UI for +various Lisp REPLs, invoke `guix repl --listen=tcp:37146 &`, and type +`M-x geiser-connect RET RET RET` to connect to the running Guile instance.

As noted in <https://issues.guix.gnu.org/35727>, Guix System users, who use the =~/.guile= file which is created by default, will need to pass the =INSIDE_EMACS= environment variable to =guix repl=, like this:

#+begin_src sh
INSIDE_EMACS=true guix repl --listen=tcp:37146 &
#+end_src

Otherwise, they'll experience a freeze (which they'll need to break with C-g).

Reply via email to