alex / emacs-config / f8a601b vs. a6c2ef9

Compare Hashes
(setq coding-system-for-write 'utf-8 )
(setq sentence-end-double-space nil)	; sentence SHOULD end with only a point.
(setq default-fill-column 100)		; toggle wrapping text at the 80th character

;; Try to force 2space
(setq-default indent-tabs-mode nil)
(setq-default tab-width 2)
(setq indent-line-function 'insert-tab)