1 | (compile "build.bat") |
1 2 3 4 5 6 7 | (defun compile-it () "Make the current build." (interactive) (compile casey-makescript) (other-window 1)) (define-key global-map [f9] 'compile-it ) |
Heeiiigou
But don´t ask me what this exactly does. I just c/p it of the other code in the .emacs file and changed stuff until it worked.