diff --git a/dotfiles/spacemacs b/dotfiles/spacemacs index a760695..74e50fd 100644 --- a/dotfiles/spacemacs +++ b/dotfiles/spacemacs @@ -206,6 +206,9 @@ user code." This function is called at the very end of Spacemacs initialization after layers configuration. You are free to put any user code." (global-linum-mode) + (setq indent-tabs-mode nil) + (setq tab-width 2) + (setq c-basic-offset 2) )