dash-docs-el / helm-dash

Browse Dash docsets inside emacs
511 stars 59 forks source link

Change docset location from init file #39

Closed jwintz closed 10 years ago

jwintz commented 10 years ago

Is it possible to change the default docset install location (currently ~/.docset) from init file, e.g.:

(require 'helm-dash) (helm-dash-docset-path "....") (helm-dash-install-docset "....") (helm-dash-install-docset "....") (helm-dash-install-docset "....")

kidd commented 10 years ago

hi, (setq helm-dash-docsets-path "/my/other/path")

should work