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


_______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to