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

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

Re: Increasing Tab Size


From: Jai Dayal
Subject: Re: Increasing Tab Size
Date: Fri, 16 Sep 2011 09:44:11 -0400

You can set different default C styles (I use strousoup, for example instead of BSD style)

in .emacs
(setq c-default-style "bsd"
      c-basic-offset 4)

and that will set it every time.

http://borkware.com/quickies/one?topic=emacs

Jai


On Thu, Sep 15, 2011 at 7:24 PM, Kid Programmer <ned.sanger@gmail.com> wrote:

Hi!  I've recently switched from GVim to Emacs, and at the moment I only have
one qualm.  When I'm writing C code Emacs autoindents by two spaces, when
the normal is usually four.  How can I increase it to four?  Thank you!
--
View this message in context: http://old.nabble.com/Increasing-Tab-Size-tp32475717p32475717.html
Sent from the Emacs - Help mailing list archive at Nabble.com.




reply via email to

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