Hi,

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.


Right now, I can set blink-cursor-mode, but it isn't saved to .emacs because it is not different from the default. I tried (setq-default blink-cursor-mode t) - to no avail.

Is this a bug, or what am I doing wrong? (I also tried (put 'blink- cursor-mode 'standard-value t)).

Thanks for your help.


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

Reply via email to