Mercurial > dotfiles
changeset 482:0731ceeb27dd
emacs: run hg tests under python3 by default now
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 07 Jan 2020 16:49:47 -0500 |
parents | b2a3bee0d975 |
children | 9fd2345d35e0 |
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 @@ -25,7 +25,7 @@ (textmate-start-compile-in-root ;; hack alert: the leading `echo` here prevents emacs from ;; being too smart and "fixing" our default-directory. - (concat "echo && cd tests && python run-tests.py --local " + (concat "echo && cd tests && python3 run-tests.py --local " (file-name-nondirectory buffer-file-name)))) ((string-match "\\.rs$" buffer-file-name) (textmate-start-compile-in-root "cargo test"))