Update spacemacs configuration

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2018-11-26 20:42:45 +05:30
parent babc2bb780
commit 23cd67b1a4

View file

@ -210,8 +210,8 @@ layers configuration. You are free to put any user code."
(require 'helm-bookmark) (require 'helm-bookmark)
(xterm-mouse-mode -1) (xterm-mouse-mode -1)
(setq-default tab-width 8 indent-tabs-mode t) (setq tab-width 2)
(global-set-key (kbd "TAB") 'self-insert-command) (setq-default indent-tabs-mode nil)
(when (fboundp 'electric-indent-mode) (electric-indent-mode -1)) (when (fboundp 'electric-indent-mode) (electric-indent-mode -1))
(global-auto-revert-mode t) (global-auto-revert-mode t)