Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • Yes, this makes the tab a real tab, no matter whether it makes sense or not. The normal tab looks whether a tab fits into the code. Something that is left aligned will not get indented by the tab when in the code, this tab would make no sense. This is to help with auto-aligning, but most of the time you will rather use a code editor and not emacs for code formatting. And then in emacs, you often rather just want the tab in any case. This code here makes 8 spaces whenever you press tab. Combine this with this answer to make 4 spaces on M+i. Commented Jan 24, 2022 at 17:19