counsel-projectile/targets/compile.el
Oleh Krehel 58d75804ff Add "make compile" and "make cask" shell commands
Use "make cask" to install the dependencies.
Use "make compile" to byte-compile counsel-projectile.el.
2016-04-14 12:25:16 +02:00

3 lines
115 B
EmacsLisp

(setq files '("counsel-projectile.el"))
(setq byte-compile--use-old-handlers nil)
(mapc #'byte-compile-file files)