On Mon, 28 Feb 2005 10:39:53 -0500 Peter Rochford wrote: > How do I customize Emacs so that when editing a C++ file the > indentation of for loops, etc., will be 3 spaces instead of the > default of 2 spaces?
(setq c-basic-offset 3) David _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
