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

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

Re: Setting (site) defaults for customization options?


From: David Reitter
Subject: Re: Setting (site) defaults for customization options?
Date: Thu, 19 May 2005 09:48:56 +0100

I wrote:

how do I set different defaults in a site init file for things like blink-cursor-mode? I want the end-user to be able to change the setting and use "Save Options" to save them to .emacs.


The solution is similar to what I've tried earlier, and it is not documented as far as I could see - I only found out when going through some source files.

This sets the standard value

(put 'blink-cursor-mode 'standard-value (list blink-cursor-mode))

You'll need to set the current value, too, of course.


Good source of information:

http://ecb.sourceforge.net/docs/Site-wide-customizing.html




reply via email to

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