html-mode로 작업하면 기본 들여쓰기가 2가 되는데요,
이걸 들여쓰기를 탭으로 하고 탭을 공백 4칸으로 설정하려면 어떻게 하면 좋을까요?
(setq-default indent-tabs-mode t) (setq default-tab-width 4)
[code:1](setq-default indent-tabs-mo
위의 것은 indent를 tab으로 하는 것이고 밑의 것은 tab 크기를 4로 맞추어 줍니다