Add mode to connect to the DCC and make sure the files with a .upload file are actual...
[htsworkflow.git] / .dir-locals.el
1 ;;; Directory Local Variables
2 ;;; For more information see (info "(emacs) Directory Variables")
3
4 ((nil
5   (elpy-test-runner . elpy-test-django-runner)
6   (elpy-project-root . "~/proj/htsworkflow")
7   (pyvenv-workon . "htsworkflow")
8 ))