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

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

Re: Changing default intendation length?


From: Dmitry Dzhus
Subject: Re: Changing default intendation length?
Date: Mon, 01 Sep 2008 08:38:23 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

ssecorp wrote:

> Emacs indents 2 chars by defaul. It is too small for me, how can I
> change to 4?

Generally you'll want to customize `*-indent` or `*-indent-offset`
variables, where `*` is major mode name (for example, `python-indent`).
Some modes, namely C mode, use other customization approach based on
selected code style (see `c-default-style`).
-- 
Happy Hacking.

http://sphinx.net.ru

reply via email to

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