Restore original TAB key behaviour

What happened?

After using Emacs for 20yrs and multiple .emacs bankruptcies I decided to try Doom. Any I love it! My muscle memory is heavily trained in the original bindings so I disabled evil and everything is lovely. Except that TAB has this behavior that it indents on the first press (and only at the beginning of line) and adds tabs for the 1+ presses. Originally Emacs only indents no matter where the cursor is. I searched the docs, grepped the config files (NB: I’m not a master of ELisp) and couldn’t figure this out.

What did you expect to happen?

TAB key only indents line, never inserts unnecessary tabs/spaces.

System information


Loading data dump...

Found it, if anyone has the same question:

(setq tab-always-indent 'complete)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.