rejeep / prodigy.el

Manage external services from within Emacs
GNU General Public License v3.0
550 stars 39 forks source link

Make it possible to store a function in :url #139

Closed DamienCassou closed 2 years ago

DamienCassou commented 2 years ago

This is useful when the default URL (format "http://localhost:%d" port) or a plain string don't work. For example, the URL must contain the PORT and a path (format "http://localhost:%d/foo/bar" port)