diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-05-30 11:31:08 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-05-30 11:31:08 +0530 |
commit | e8b2adf54d8abad1a4d3a67c6af5796199fb53dc (patch) | |
tree | 32772d1f3467249dd0b7c43b582e07a2c8de8c22 /.doom.d/config.el | |
parent | 062a582c3254cebab7189f02dc74353e72f304e8 (diff) |
set indent to 2 in emacs web
Diffstat (limited to '.doom.d/config.el')
-rw-r--r-- | .doom.d/config.el | 3 |
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: ;; |