Next: Q3.0.4, Previous: Q3.0.2, Up: Customisation
(setq tab-width 6) behaves oddly.If you put (setq tab-width 6) in your init.el file it
does not work!  Is there a reason for this?  If you do it at the EVAL
prompt it works fine!! How strange.
Use setq-default instead, since tab-width is
all-buffer-local.