help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Updating defcustom variables in elisp code


From: Jean Louis
Subject: Re: Updating defcustom variables in elisp code
Date: Mon, 19 Sep 2022 13:02:19 +0300
User-agent: Mutt/+ () (2022-06-11)

Do this:

{M-x customize-group RET savehist RET}

Find:

Hide Savehist Additional Variables:
Repeat:
[INS] [DEL] Variable: rcd-sample
[INS]
   [ State ]: SET for current session only.
   List of additional variables to save. Hide
   Each element is a variable that will be persisted across Emacs
   sessions that use Savehist.
   
   An element may be variable name (a symbol) or a cons cell of the form
   (VAR . MAX-SIZE), which means to truncate VAR’s value to at most
   MAX-SIZE elements (if the value is a list) before saving the value.

As that can save variables.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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