.ELC File Extension
Emacs Compiled Lisp File
Developer | The GNU Project |
Popularity |
3.6 | 8 Votes |
What is an ELC file?
More Information
To compile an EL file, type the following command in Emacs:
byte-compile-file "filename.el"
Make sure to replace "filename.el" with the actual filename Lisp file you want to compile. The compiler will generate a compiled version of the file with the same filename and a ".elc" extension.
NOTE: Compiled files can be loaded and run faster than plain text Lisp files. Therefore, most Emacs extensions are saved as compiled ELC files.