Browse Source

More spacemacs configuration

master
Taylor Bockman 9 years ago
parent
commit
00da96d753
  1. 3
      dotfiles/spacemacs

3
dotfiles/spacemacs

@ -206,6 +206,9 @@ user code."
This function is called at the very end of Spacemacs initialization after This function is called at the very end of Spacemacs initialization after
layers configuration. You are free to put any user code." layers configuration. You are free to put any user code."
(global-linum-mode) (global-linum-mode)
(setq indent-tabs-mode nil)
(setq tab-width 2)
(setq c-basic-offset 2)
) )

Loading…
Cancel
Save