Set indent-tabs-mode to default value
This commit is contained in:
parent
4ffe2901b5
commit
08ae11ed72
|
@ -13,7 +13,6 @@
|
|||
user-mail-address "evie@xenia.me.uk"
|
||||
use-short-answers t
|
||||
load-prefer-newer t
|
||||
indent-tabs-mode nil
|
||||
even-window-sizes t
|
||||
global-auto-revert-non-file-buffers t
|
||||
dired-auto-revert-buffer t
|
||||
|
@ -41,9 +40,6 @@
|
|||
(global-auto-revert-mode +1)
|
||||
(delete-selection-mode +1)
|
||||
|
||||
;; No tabs
|
||||
(customize-set-variable 'indent-tabs-mode nil)
|
||||
|
||||
;; Only display async output buffer when there's something to show
|
||||
(customize-set-variable 'async-shell-command-display-buffer nil)
|
||||
|
||||
|
|
Loading…
Reference in a new issue