Set indent-tabs-mode to nil, only use spaces

This commit is contained in:
Evie Litherland-Smith 2024-03-01 11:37:05 +00:00
parent 2f6a4ef928
commit 001b15ecc8

View file

@ -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)