Mercurial > dotfiles
changeset 476:6bc014966731
emacs: hg's run-tests is smart enough to guess -j now
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 20 Feb 2019 16:19:46 -0500 |
parents | f08193904d93 |
children | 8373f6924e50 |
files | .elisp/settings/90.keybindings.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/90.keybindings.el +++ b/.elisp/settings/90.keybindings.el @@ -23,7 +23,7 @@ (defun af-dwim-f4 () (interactive) (cond ((string-match "\\.t$" buffer-file-name) (textmate-start-compile-in-root - (concat "cd tests && python run-tests.py --local -j 2 " + (concat "cd tests && python run-tests.py --local " (file-name-nondirectory buffer-file-name)))) ((string-match "\\.rs$" buffer-file-name) (textmate-start-compile-in-root "cargo test"))