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

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

Re: spacing of ls output in emacs shell


From: Valentin Plechinger
Subject: Re: spacing of ls output in emacs shell
Date: Tue, 08 Mar 2011 18:46:58 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Tue, 8 Mar 2011 08:43:26 -0800,
Strozzi, David J. wrote:

> Any advice?  Can I tell emacs "tab = 8 spaces for shells?"  Or tell it not
> to use tabs but spaces in shells?
> Thanks for your help,
> David Strozzi
> 


Have you tried putting something like this in your .emacs?

(setq shell-mode-hook
    (function (lambda ()
                (setq indent-tabs-mode nil))))

Best regards,
Valentin Plechinger







reply via email to

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