guix-commits
[Top][All Lists]
Advanced

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

01/01: doc: Fix 'geiser-guile-load-path' example.


From: Alex Kost
Subject: 01/01: doc: Fix 'geiser-guile-load-path' example.
Date: Fri, 20 Nov 2015 23:20:04 +0000

alezost pushed a commit to branch master
in repository guix.

commit bb38ece4585679c27ecc1f5a063f75dfbf864a45
Author: Alex Kost <address@hidden>
Date:   Sat Nov 14 21:13:07 2015 +0300

    doc: Fix 'geiser-guile-load-path' example.
    
    Reported by marusich on #guix.
    
    * doc/contributing.texi (The Perfect Setup): Wrap modifying
      'geiser-guile-load-path' into 'with-eval-after-load'.
---
 doc/contributing.texi |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index cdc3f6d..55b844a 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -141,7 +141,8 @@ that it finds source files from your checkout:
 
 @lisp
 ;; @r{Assuming the Guix checkout is in ~/src/guix.}
-(add-to-list 'geiser-guile-load-path "~/src/guix")
+(with-eval-after-load 'geiser-guile
+  (add-to-list 'geiser-guile-load-path "~/src/guix"))
 @end lisp
 
 To actually edit the code, Emacs already has a neat Scheme mode.  But in



reply via email to

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