emacs配置-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 961670
  • 博文数量: 109
  • 博客积分: 554
  • 博客等级: 中士
  • 技术积分: 2577
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-04 12:49
文章分类

全部博文(109)

文章存档

2019年(5)

2016年(7)

2015年(9)

2014年(1)

2013年(71)

2012年(16)

发布时间:2013-06-24 17:53:01

一下是根据cscope为内核生成索引文件方法不为drivers生成索引是该文件夹内容太多,以后可根据自己需求添加#!/bin/bashkernel=/home/enzo/h9200f/linux-2.6.38echo "kernel dir: $kernel"# generate the cscope.files# 添加arch/arm文件夹,根据自己的cpu架构修改.........

阅读(4946) | 评论(0) | 转发(0)

发布时间:2013-06-24 13:49:43

.emacs 添加(require 'ack-and-a-half)(defalias 'ack 'ack-and-a-half)(defalias 'ack-same 'ack-and-a-half-same)(defalias 'ack-find-file 'ack-and-a-half-find-file)(defalias 'ack-find-file-same 'ack-and-a-half-find-file-same)网上下载ack-and-a-ha.........

阅读(2685) | 评论(0) | 转发(0)

发布时间:2013-05-25 23:04:48

颜色支持256色once you've got your terminal happily using 256 colours, the magic invocation is setting your terminal type to "xterm-256color" before you invoke emacs, e.g.: env term=xterm-256color emacs -nw or, you can set term in your .bashrc file: export term=xterm-256.........

阅读(4256) | 评论(0) | 转发(0)

发布时间:2013-05-16 23:07:07

(require 'auto-complete)(add-to-list 'ac-dictionary-directories "~/.emacs.d/plugins/auto-complete-1.3.1/dict")(require 'auto-complete-config)(ac-config-default);;(require 'init-auto-complete);;set face(set-face-background 'ac-candidate-face "lightgray")(set-face-underline 'ac-candidate-face .........

阅读(3995) | 评论(0) | 转发(0)

发布时间:2012-08-28 23:09:32

ipython安装过程 @win7 64bit 为了尝试一下ipython的使用,今天折腾了很久的从安装包msi文件安装,最后无法成功运行,无奈在可以连外网的机器windows7 64bit环境,重新安装了一次,为了避免后来人少走弯路,记录安装过程(前提是已经安装了官方的python环境):由于是64bit环境的,官方提示最好是从源代码安装,.........

阅读(7251) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图