So I've started using emacs and I love it. However, I'm a tab person. Unless I'm working on a project that is already using spaces, I use tabs. I mostly do php and html work. I've got tabs in php working well. But I can't figure out how to have html mode use tabs instead of two spaces.
Here is what I have so far:
(setq c-default-style "python")
(setq-default c-basic-offset 4
tab-width 4
indent-tabs-mode t)
What can I set so that html mode will use tabs?
Edit: Using Emacs 22.3.1