This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
(add-to-list 'load-path default-directory)
|
| 2 |
|
| 3 |
(require 'rails)
|
| 4 |
|
| 5 |
(mapcar
|
| 6 |
#'byte-compile-file
|
| 7 |
(directory-files "./" t "\\.el$")) |