From 68f0b5b7767fd55ab13ac9cfcfa56f7b7a7a7a7a Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 3 May 2018 10:55:00 -0400 Subject: [PATCH] Tabs are evil --- global.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.org b/global.org index 110bf55..4e667a7 100644 --- a/global.org +++ b/global.org @@ -269,8 +269,8 @@ Tabs are evil; get rid of them #+BEGIN_SRC emacs-lisp (setq c-basic-offset 4) - (setq tab-width 4) - (setq indent-tabs-mode nil) + (setq-default tab-width 4) + (setq-default indent-tabs-mode nil) #+END_SRC *** TODO Have a look at ws-trim.el It is conf'ble to avoid removing whitespace from lines that were not