Chinaunix首页 | 论坛 | 博客
  • 博客访问: 462156
  • 博文数量: 191
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 172
  • 用 户 组: 普通用户
  • 注册时间: 2013-10-31 14:35
个人简介

没有时间把一件事情做好,却有时间把一件事情反复做!

文章分类

全部博文(191)

文章存档

2016年(2)

2015年(74)

2014年(111)

2013年(4)

我的朋友

分类: LINUX

2015-03-06 16:30:51

;; set c basic offset
(defun linux-c-mode ()
;"C mode with adjusted defaults for use with the Linux kernel."
(interactive)
(c-mode)
(c-set-style "K&R")
(setq c-basic-offset 8))
 
(setq auto-mode-alist
      (append '((""     . linux-c-mode)
                (""     . linux-c-mode)
                ) auto-mode-alist))
阅读(402) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~