
emacs
文章平均质量分 74
iSuwen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
emacs快键和emacs配置
(global-set-key "/C-x/C-m" 'execute-extended-command)(global-set-key "/C-c/C-m" 'execute-extended-command)(global-set-key "/C-w" 'backward-kill-word)(global-set-key "/C-x/C-k" 'kill-region)(global-set...原创 2018-06-22 23:46:35 · 554 阅读 · 0 评论 -
emacs在windows环境中的Home路径
Emacs的配置文件有三种格式:.emacs文件、_emacs文件或者.emacs.d目录下的init.el(22或者更高版本)文件,但是,不管哪种格式,必须放对正确的目录Emacs才能找到,这个正确的目录就是HOME目录。熟悉Linux的朋友一般都知道home目录,简单的用~表示,或者用全路径表示为/home/<xxx>,其中xxx表示用户名字,所以,在Linux下将.emac...原创 2018-07-24 12:48:30 · 1931 阅读 · 0 评论 -
emacs文本比对工具ediff的使用说明
两个Buffer之间比对1、启动通过/M-x eddif-buffers,启动ediff,并选择A、B两个Buffer,进入ediff比对界面。注:第一次在window系统的emacs启动,会报错(Searching for program: no such file or directory, diff)。那是因为windows操作系统不会像linux那样默认安装diff,建议安装KDiff3...原创 2018-07-07 00:13:04 · 2499 阅读 · 0 评论 -
.emacs(h)配置
;; Added by Package.el. This must come before configurations of;; installed packages. Don't delete this line. If you don't want it,;; just comment it out by adding a semicolon to the start of the l...原创 2018-07-07 00:33:01 · 429 阅读 · 0 评论 -
.emacs(company)配置
;; Added by Package.el. This must come before configurations of;; installed packages. Don't delete this line. If you don't want it,;; just comment it out by adding a semicolon to the start of the l...原创 2018-07-07 00:34:08 · 1761 阅读 · 0 评论