goodbye tabs

This commit is contained in:
Rodolphe Breard 2014-07-17 11:47:00 +02:00
parent 395b545623
commit cd5c1081c9

View file

@ -6,3 +6,7 @@
(setq column-number-mode t)
(setq x-alt-keysym 'meta)
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq indent-line-function 'insert-tab)