您的位置:首页 > 其它

Emacs配置文件

2015-07-03 23:01 417 查看
;;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)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: