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

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

Inconsistent Indenting/Spacing


From: Ari King
Subject: Inconsistent Indenting/Spacing
Date: Thu, 3 Jan 2013 15:47:33 -0800 (PST)
User-agent: G2/1.0

Hi,

Does anyone know why when I press the "tab" key more then once, the 
subsequently inserted spaces increase two fold? For example, if I press "tab" 
twice I will get 6 (2 + 4) rather than 4 (2 + 2) spaces.

I'm using Emacs 24 on Ubuntu 12.10 and I've added the following to my init.el 

(setq-default indent-tabs-mode nil)
(setq-default tab-width 2)

Thanks.

-Ari


reply via email to

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