Liuw's Thinkpad

想要赢就先学会输,想要成功就先学会失败

Archive for the ‘local variable’ tag

Emacs Local Variables

without comments

目前使用的C程序local variables如下:

/*
 * Local variables:
 * mode: C
 * c-set-style: "BSD"
 * c-basic-offset: 4
 * tab-width: 4
 * indent-tabs-mode: nil
 * End:
 */

关于Emacs的local variables,可以参考Emacs的info和下面的网页。

http://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html

Written by liuw

December 7th, 2009 at 3:34 pm