I really want to write in emacs, but small tabs prevent it. How to increase it?

  • If you really want to work in emacs, then you should understand it yourself, and not ask a question for every reason, since you will have a lot of questions. To figure it out yourself, start reading the documentation, I already gave you a link in another question, and use the search on the Internet. - uvlad
  • As already said the documentation (in Russian) is very much, and it is not necessary to write here for every trifle. - LackOfKnowledge
  • Add information in question to understand the problem. What major-mode, version, etc. - avp

1 answer 1

Tab size, for example, in 4 spaces (in ~ / .emacs):

(setq-default tab-width 4) (setq tab-width 4)