Skip to content

Instantly share code, notes, and snippets.

@itiut
Last active December 19, 2015 15:49
Show Gist options
  • Save itiut/5979102 to your computer and use it in GitHub Desktop.
Save itiut/5979102 to your computer and use it in GitHub Desktop.
elispを一括してバイトコンパイルする
find . -name "*.el" | xargs emacs -batch -f batch-byte-compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment