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

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

Re: How to nix TABs when indenting in prog modes?


From: Vitus Jensen
Subject: Re: How to nix TABs when indenting in prog modes?
Date: Mon, 24 May 2004 20:52:39 +0200
User-agent: Mozilla/5.0 (OS/2; U; Warp 4; en-US; rv:1.6) Gecko/20040117

kj wrote:
In many programming modes, hitting [TAB] indents the current line.
Is there a way to tell Emacs to use only space characters (i.e. no
TAB characters) for this indentation?

(setq-default indent-tabs-mode nil)

in your .emacs file.

Works in 20.6

Bye,
   Vitus


reply via email to

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