Created
July 13, 2011 12:40
-
-
Save koyachi/1080224 to your computer and use it in GitHub Desktop.
coffeescriptからjsにどういう風に変換されるか.coffeeと.js左右に並べながら確認するときに使ったelisp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(setq revert-without-query '("\\.js")) | |
(global-set-key "\C-c\C-r" 'revert-buffer) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment