C-u
0 M-x byte-recompile-directory
will compile all the .el files in the directory and in all subdirectories below.
The C-u
0 part is to make it not ask about every .el file that does not have a .elc counterpart.
然后emacs运行快很多啊
本文介绍如何使用 Emacs 运行 C-u 0 M-x byte-recompile-directory 命令,批量编译目录及其子目录下的 ELF 文件,显著提高开发效率。
C-u
0 M-x byte-recompile-directory
will compile all the .el files in the directory and in all subdirectories below.
The C-u
0 part is to make it not ask about every .el file that does not have a .elc counterpart.
然后emacs运行快很多啊

被折叠的 条评论
为什么被折叠?