Thursday, March 3, 2011

How to compile all files in directory with Emacs

[cc lang='lisp' ]C-u 0 M-x byte-recompile-directory[/cc]

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.

No comments:

Post a Comment