Tweak projectile-project-run-cmd

main
Ben Niemann 2021-11-23 11:41:15 +01:00
parent 9ade76a9c8
commit e4f359495b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
; Projetile
(projectile-project-test-cmd . "nix-shell --run './waf test'")
(projectile-project-compilation-cmd . "nix-shell --run './waf build'")
(projectile-project-run-cmd . "nix-shell --run './run-noisicaa'")
(projectile-project-run-cmd . "nix-shell --run 'DEBUG=0 ./bin/noisicaa-dev'")
(pyvenv-workon . "noisicaa")