On Wednesday, July 2, 2003, at 10:16 AM, Greg Marr wrote:

At 09:42 AM 7/2/2003, darren chamberlain wrote:
My complaint with emacs' indenting isn't that it's the wrong amount but that by default it mixes tab and space characters, which are not the same thing.

Since it took me 12 years to find out about this option, I figure this is a good time to pass it along for anyone else who doesn't want tabs in their files.


;; never insert tabs
(setq-default indent-tabs-mode nil)

Suppose I never want it to use spaces? That is, I want all of my indents to be tabs, instead of the weird mixture of "half-tabs" and tabs?


Ricky

_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to