aboutsummaryrefslogtreecommitdiff
path: root/.doom.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/config.el')
-rw-r--r--.doom.d/config.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index a9f3387..aac2b0a 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -37,6 +37,9 @@
;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t)
+(setq default-indent-tabs-mode nil)
+(setq default-tab-width 2)
+(setq doom/set-indent-width 2)
;; Here are some additional functions/macros that could help you configure Doom:
;;