emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/geiser-guile 387d557 095/284: Reload: we now remember user


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile 387d557 095/284: Reload: we now remember user customizations and restore them during geiser-reload.
Date: Sun, 1 Aug 2021 18:29:23 -0400 (EDT)

branch: elpa/geiser-guile
commit 387d557d779f634d16683d81363094063248183f
Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
Commit: Jose Antonio Ortega Ruiz <jao@gnu.org>

    Reload: we now remember user customizations and restore them during 
geiser-reload.
---
 elisp/geiser-guile.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/elisp/geiser-guile.el b/elisp/geiser-guile.el
index 489dc63..849fabf 100644
--- a/elisp/geiser-guile.el
+++ b/elisp/geiser-guile.el
@@ -25,7 +25,7 @@
   "Customization for Geiser's Guile flavour."
   :group 'geiser)
 
-(defcustom geiser-guile-binary
+(geiser-custom--defcustom geiser-guile-binary
   (cond ((eq system-type 'windows-nt) "guile.exe")
         ((eq system-type 'darwin) "guile")
         (t "guile"))
@@ -33,18 +33,18 @@
   :type '(choice string (repeat string))
   :group 'geiser-guile)
 
-(defcustom geiser-guile-load-path nil
+(geiser-custom--defcustom geiser-guile-load-path nil
   "A list of paths to be added to Guile's load path when it's
 started."
   :type '(repeat file)
   :group 'geiser-guile)
 
-(defcustom geiser-guile-init-file "~/.guile-geiser"
+(geiser-custom--defcustom geiser-guile-init-file "~/.guile-geiser"
   "Initialization file with user code for the Guile REPL."
   :type 'string
   :group 'geiser-guile)
 
-(defcustom geiser-guile-use-compiler-in-eval t
+(geiser-custom--defcustom geiser-guile-use-compiler-in-eval t
   "When enable, always use Guile's compiler to perform evaluation.
 Recommended, since the compiler usually collects better metadata
 than the interpreter."



reply via email to

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