zielmicha / emacspy

Program Emacs in Python instead of ELisp (i.e. write dynamic modules for Emacs in Python)
MIT License
44 stars 6 forks source link

python import #4

Open grauschnabel opened 5 months ago

grauschnabel commented 5 months ago

Hi there,

I there a way to use this to use python for t.ex. openai things and manipulate the buffer from the current cursor position?

Can I write functions in a python file and import it to use it in emacs?

Thanks Martin