Tuesday, February 14, 2012

Quick Tip: Spaces instead of Tabs | M-x all-things-emacs

Quick Tip: Spaces instead of Tabs | M-x all-things-emacs: "FRONT PAGEARCHIVESABOUTSITEMAPRSS← Newbie Tip: Visual Emacs Keybinding CheatsheetDeclaring .emacs Bankruptcy →
Quick Tip: Spaces instead of Tabs
September 30th, 2007 by Ryan McGeary · 11 Comments

Tab characters used as indentation of source code is a pet peeve of mine. Add this to your emacs initialization to make sure all indentation uses spaces instead.

;; I hate tabs!
(setq-default indent-tabs-mode nil)"

'via Blog this'