Christopher Elkins wrote:

> Sorry for the off-topic post. This is mostly for Dave Bryson, but I'd appreciate
> help from anyone. ;-)
> [...]
> which works on a per-file basis. Therefore, I assumed that by adding the
> following line:
>     (setq indent-tabs-mode nil)

Since that variable is buffer local, you have to use setq-default instead:

(setq-default indent-tabs-mode nil) ;; save spaces instead of tabs


--
Jim Loverde
Technical Architect
Strategic Technology Resources




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to