Emacs 常用

( 因为,之前一直在用 markdown 写博 , 但因为 "兴趣广泛"或者说"无法专注" , 结果 , emacs 中, "同时" 开启了多个 categories 的不同文章 , 非常杂乱 . 

如果关闭 , 不知道 这些 category 中的 东西何时能够再次"补完" . 

其实,直接 post 到 github 上就可以了 . 然而 , octopress  中添加 category 短时间没搞明白. 于是 干脆搬到这里来.


### 编译所有的.el文件 ###

* C-u 0 M-x byte-recompile-directory
: compile all the .el files in the directory and in all sub directories below.

其中, 

The C-u 0 part is to make it not ask about every .el file that does not have a .elc counterpart.

#### mode line (下边的"横条") 的一些辅助设置 ####

* mode line dirtrack : 显示当前的 directory

* show file path :

> http://www.emacswiki.org/emacs/ModeLineDirtrack

* mode line format / configuration
> http://www.emacswiki.org/emacs/ModeLineConfiguration


### shell-mode ###
(1) auto-completion
(2) 跟踪当前目录 ( 这一点还没有实现 )
(3) 清空 buffer 中 , shell 的所有输出.
> http://www.emacswiki.org/emacs/ShellMod
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章