From 389ff00a866dc3a8341b79658d18f8829cf69cc0 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 29 Oct 2020 00:03:34 +0100 Subject: [PATCH] Changed tab size --- doom.d/.doom.d/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doom.d/.doom.d/config.el b/doom.d/.doom.d/config.el index b7b0d0d..52d876f 100644 --- a/doom.d/.doom.d/config.el +++ b/doom.d/.doom.d/config.el @@ -25,6 +25,7 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: +; (setq doom-theme 'doom-tomorrow-day) (setq doom-theme 'doom-tomorrow-night) ;; If you use `org' and don't want your org files in the default location below, @@ -55,7 +56,7 @@ ; Indentation settings (setq-default indent-tabs-mode 'only) -(setq-default tab-width 4) +(setq-default tab-width 8) ; Elcord (elcord-mode)