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

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

Re: tab indent in shell


From: gavenkoa
Subject: Re: tab indent in shell
Date: Mon, 23 Mar 2009 05:18:05 -0700 (PDT)
User-agent: G2/1.0

On 23 Бер, 05:02, jianfeng...@gmail.com wrote:
> Hi,
>
> I'd like to make tab indent 8 bytes as a '\t' in my sh-mode, not 8
> space. How to config?

(setq sh-basic-offset 8)
(setq-default tab-width 8)
(setq-default indent-tabs-mode t)


reply via email to

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