config/emacs.d/rails/rails-bytecompile.el
2009-11-10 22:26:19 -08:00

5 lines
No EOL
92 B
EmacsLisp

(require 'rails)
(mapcar
#'byte-compile-file
(directory-files "./" t "^[a-z]\\.el$"))