skeeto / impatient-mode

Impatient html mode. See your changes in the browser as you type
215 stars 19 forks source link

imp-visit-buffer uses httpd-host if set #27

Closed egh closed 4 years ago

egh commented 4 years ago

If httpd-host is set, prefer that value.

This allows me to use a local network name, e.g. foo.lan rather than just foo, which allows me to view these buffers on non-localhost devices in the same network.

egh commented 4 years ago

Hm, after reading the docs for httpd-host I don't think this is the best solution. Closing for now - but it would be nice to have some way to provide a value for this.