pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
707 stars 87 forks source link

Fix for localhost issue on #378 #379

Closed falloutphil closed 4 years ago

falloutphil commented 4 years ago

See https://github.com/pythonic-emacs/anaconda-mode/issues/378 for details

Changing the hardcoding of localhost for a defcustom that can be changed in case localhost does not resolve to the loopback address.

CeleritasCelery commented 4 years ago

Thanks!