From dc0770bfdf577ded5d9835ab37d5a11b52548481 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 18 Jan 2019 11:19:21 +0530 Subject: [PATCH] Revert "Update spacemacs configuration" This reverts commit 23cd67b1a42dd81dc15383750cea4a8c37bc04a1. --- spacemacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spacemacs b/spacemacs index dd0169e..3f11ba3 100644 --- a/spacemacs +++ b/spacemacs @@ -210,8 +210,8 @@ layers configuration. You are free to put any user code." (require 'helm-bookmark) (xterm-mouse-mode -1) - (setq tab-width 2) - (setq-default indent-tabs-mode nil) + (setq-default tab-width 8 indent-tabs-mode t) + (global-set-key (kbd "TAB") 'self-insert-command) (when (fboundp 'electric-indent-mode) (electric-indent-mode -1)) (global-auto-revert-mode t)