guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: system: Add a default '.guile' skeleton.


From: Ludovic Courtès
Subject: 02/02: system: Add a default '.guile' skeleton.
Date: Tue, 25 Jul 2017 06:24:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a84ea2191e3781317b53bacf392343eb3b15e1be
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 25 12:23:26 2017 +0200

    system: Add a default '.guile' skeleton.
    
    * gnu/system/shadow.scm (default-skeletons): Add ".guile".
---
 gnu/system/shadow.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index 712e6df..4e6f645 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -189,6 +189,11 @@ set debug-file-directory ~/.guix-profile/lib/debug\n")))
       (".bashrc" ,bashrc)
       (".zlogin" ,zlogin)
       (".Xdefaults" ,xdefaults)
+      (".guile" ,(plain-file "dot-guile"
+                             (string-append
+                              "(use-modules (ice-9 readline))\n\n"
+                              ";; Enable completion at the REPL.\n"
+                              "(activate-readline)\n")))
       (".guile-wm" ,guile-wm)
       (".gdbinit" ,gdbinit))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]