examples: emacs: Import ‘(gnu)’ module.

This commit is contained in:
Hilton Chain 2026-02-06 14:34:14 +08:00
parent c1b50aa743
commit 64525e12cd
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -39,6 +39,7 @@
(setopt initial-scratch-message
";;; Type your Guile program here and evaluate it.\n\n")
(scheme-mode)
(geiser-repl-import-module "(gnu)")
(geiser-repl-import-module "(nonguix)")
(geiser-repl-import-module "(rosenthal)")
(delete-window)