From 4200f050f0a3643cb30ae9e34b567a7febdc4904 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 13:27:04 +0200 Subject: Move tabs setting to init.org --- .emacs.d/init.el | 1 - .emacs.d/init.org | 13 +++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 2ac2ea3..1c02126 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -910,7 +910,6 @@ from myaethon2.core.decorators import ( ;;;; Unconditional settings -(setq-default indent-tabs-mode nil) (setq-default tab-width 4) (setq-default truncate-lines t) diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 0c77cc0..4f07cf3 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -473,6 +473,19 @@ (setq-default bidi-paragraph-direction 'left-to-right) #+END_SRC +** Don't use tabs + + There is a war going on out there. Actually there are several, but + the one I'm talking about here is the one about tabs vs. spaces. I + have been deeply entrenched in the spaces camp for quite a while. + Indentation always gets screwy for me if I don't use the exact same + =tab-width= everyone else uses. I just like the consistency of using + spaces. + + #+BEGIN_SRC emacs-lisp + (setq-default indent-tabs-mode nil) + #+END_SRC + * Notes Here are some random or somewhat general notes about things you may -- cgit v1.3-2-g0d8e