Set indent-tabs-mode to nil, only use spaces
This commit is contained in:
parent
2f6a4ef928
commit
001b15ecc8
|
@ -40,6 +40,9 @@
|
|||
(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