Revert "Update spacemacs configuration"
This reverts commit 23cd67b1a4
.
This commit is contained in:
parent
23cd67b1a4
commit
dc0770bfdf
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue