pythonic icon indicating copy to clipboard operation
pythonic copied to clipboard

Utility functions for writing pythonic emacs package.

Results 2 pythonic issues
Sort by recently updated
recently updated
newest added

Is there a way to just open a docker connection, looking at the code this does not happen because it uses tramp-file variable to determine if its a docker container...

If I have a package with a `src/foo/bar/site.py`, and I use `pythonic-start-process` to start my interpreter while editing that file, it crashes because it shadows the built-in `site` module, even...