From dc0284d45f2ed22db6801d962dbb02f5e85a4554 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Mon, 9 Sep 2019 09:26:53 +0200 Subject: [PATCH] Remove hardcoded setting of tab width --- config.org | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config.org b/config.org index e9ab56e..8d3d3af 100644 --- a/config.org +++ b/config.org @@ -413,13 +413,6 @@ Remove scroll-, tool- and menu-bar. I don't use them so free some space. (menu-bar-mode -1) #+END_SRC -** Tab-width - -Set the default tab width. -#+BEGIN_SRC emacs-lisp -(setq-default tab-width 4) -#+END_SRC - ** Automatic indent Automatically indent when pressing =RET=.