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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章