jsandovalc

Results 4 comments of jsandovalc

I think both proposed solutions would work well for my workflow. But, I feel that `pipenv run` would be better off creating a dedicated buffer for this kind of command....

I understand. The UI on *Pipenv* sounds really interesting. Would it be something similar to the magit UI? My elisp knowledge is very shallow to implement changes for pipenv.el fast....

Maybe it's a silly question, but I have doubts about how to develop an emacs extension I'm currently using. Should I disable it and import it from the github repo...

Hi @sabrenner, ``` $ pip freeze | grep wrapt wrapt==1.16.0 ``` Thanks for your answer!