Created
January 29, 2015 15:53
-
-
Save belden/62c2efe31b7f370e6378 to your computer and use it in GitHub Desktop.
extensions to make emacs more useful as an IDE
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
(defun adama-run-test () | |
"Run a file with run_tests" | |
(interactive) | |
(setq compile-rpf-command (concat "/home/dev/bin/development-tools/run_tests --verbose " (buffer-file-name))) | |
(message "compile-rpf-command: %s" compile-rpf-command) | |
(compile compile-rpf-command) | |
(other-window 1) | |
(toggle-read-only) | |
(other-window 1)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installation
~/.emacs
: