summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org13
1 files changed, 13 insertions, 0 deletions
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