码迷,mamicode.com
首页 > 系统相关 > 详细

Emacs配置文件

时间:2015-07-03 23:20:51      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:

;;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)

Emacs配置文件

标签:

原文地址:http://www.cnblogs.com/fangying7/p/4619904.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!