Using guix home now

This commit is contained in:
opal
2021-12-31 11:17:48 -08:00
parent 28f4dfc9b3
commit d1d107eb35
82 changed files with 264 additions and 11258 deletions

View File

@@ -1,10 +0,0 @@
(define-command-global start-slynk (&optional (slynk-port *swank-port*))
"Start a Slynk server that can be connected to, for instance, in
Emacs via SLY.
Warning: This allows Nyxt to be controlled remotely, that is, to execute
arbitrary code with the privileges of the user running Nyxt. Make sure
you understand the security risks associated with this before running
this command."
(slynk:create-server :port slynk-port :dont-close t)
(echo "Slynk server started at port ~a" slynk-port))