From e8b2adf54d8abad1a4d3a67c6af5796199fb53dc Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 30 May 2022 11:31:08 +0530 Subject: set indent to 2 in emacs web --- .doom.d/config.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.doom.d/config.el') 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: ;; -- cgit v1.2.3