wyuenho / emacs-pet

Tracks down the correct Python tooling executables from your virtualenvs so you can glue the binaries to Emacs and delete code in init.el
GNU General Public License v3.0
105 stars 13 forks source link

Made list of changed variables configurable #14

Closed jumper047 closed 1 year ago

jumper047 commented 1 year ago

At first I should say your package is awesome, thank you! But I faced and issue with my workflow - in one of the projects I worked on I'm running pytest tests inside docker. So I set python-pytest-command to something like docker-compose run pytest-service pytest. So for this particular project I want to exclude python-pytest-command from ones which affected by venv. Is it possible to make some settings which allow me to do it?

jumper047 commented 1 year ago

Nevermind, settingpython-pytet-command via .dir-locals.el works as expected. Seems like I messed something during tinkering with running emacs. P.S. First sentence is still valid!:)