Emacs配置文件

;;tab and space
;;when true,emacs use mixture of tab and space to archieve
(setq-default indent-tabs-mode nil)
;;control length used to offset.
(setq-default c-basic-offset 4)
;;control how emacs explain TAB
(setq-default tab-width 4)


;;setup line number
(global-linum-mode t)

posted @ 2015-07-03 23:01  fangying  阅读(152)  评论(0编辑  收藏  举报