parsed.org

Tips by tag: tabs

Make Emacs Use Spaces Instead of Tabs by cygnus on Dec 21, 2005 11:01 AM

To get emacs to stop inserting tab characters and insert spaces instead, use this in your ~/.emacs file:

(setq-default indent-tabs-mode nil)
configurationdot-emacseditorsemacsindentationspacestabs
RSS