自动补全

emacs有很好的自动补全的功能,默认的是有 m-/ 能够补全一个在buffer里出现的单词。 把下面的代码添加到你的.emacs 里,能够补全更多的东西。具体的意思能够看emacswiki里的 解释 (global-set-key "/M- " 'hippie-expand) (setq hippie-expand-try-functions-list    '(try-complete-fil
相关文章
相关标签/搜索