> 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
>
Thanks! That's exactly what I needed.

>
> --
> Jim Loverde
> Technical Architect
> Strategic Technology Resources
>

--
Christopher Elkins





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

Reply via email to