dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

make-compile.el (107B)


      1 (setq files '("ace-window.el"))
      2 (setq byte-compile--use-old-handlers nil)
      3 (mapc #'byte-compile-file files)