dash-docs-el / helm-dash

Browse Dash docsets inside emacs
510 stars 59 forks source link

helm-dash keeps connecting to remote servers #170

Closed olymk2 closed 6 years ago

olymk2 commented 6 years ago

I have placed this in my config.

  (helm-dash-ensure-docset-installed "Python_3")
  (helm-dash-ensure-docset-installed "Django")
  (helm-dash-ensure-docset-installed "OpenCV_Python")

how ever on each start I can see it connecting to san fransico servers, the docs have already been downloaded so the above code should stop it rechecking, this currently slows emacs startup times dramatically.

Am i doing something wrong, I want it in startup so when i pull on a new machine the docs are there ready to be use.