From 001b15ecc81133f2e3f573878edb08b2ceb42cd6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 1 Mar 2024 11:37:05 +0000 Subject: [PATCH] Set indent-tabs-mode to nil, only use spaces --- config/defaults.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/defaults.org b/config/defaults.org index 5045538..8b47b18 100644 --- a/config/defaults.org +++ b/config/defaults.org @@ -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)