emacs
文章平均质量分 65
deerluffy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
emacs 几个小配置
一直很惆怅为什么emacs的花括号是自动往里缩进的,每次都费劲的往外调,入门里竟然没有这个的设置。 解决方法:emacs 默认使用花括号gnu模式。 例如: void f() { } 改为 linux 内核开发者模式: void f() { } 在.emacs 加入以下代码: (setq c-default-style "linux"原创 2013-07-10 21:20:45 · 687 阅读 · 0 评论 -
emacs 配置web前端环境 html、javascript
1.html 使用 zencoding 插件 github 库:https://github.com/rooney/zencoding wget https://github.com/rooney/zencoding/raw/master/zencoding-mode.el cp zencoding-mode.el ~/.emacs.d/ ;;拷贝到你的emacs加载目录下。在.em原创 2013-07-10 21:14:19 · 3098 阅读 · 0 评论
分享