Changed tab size

lightmode
E. Almqvist 4 years ago
parent 4ad784144a
commit 389ff00a86
  1. 3
      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 ;; 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 ;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default: ;; `load-theme' function. This is the default:
; (setq doom-theme 'doom-tomorrow-day)
(setq doom-theme 'doom-tomorrow-night) (setq doom-theme 'doom-tomorrow-night)
;; If you use `org' and don't want your org files in the default location below, ;; If you use `org' and don't want your org files in the default location below,
@ -55,7 +56,7 @@
; Indentation settings ; Indentation settings
(setq-default indent-tabs-mode 'only) (setq-default indent-tabs-mode 'only)
(setq-default tab-width 4) (setq-default tab-width 8)
; Elcord ; Elcord
(elcord-mode) (elcord-mode)

Loading…
Cancel
Save