Closed jwintz closed 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 "....")
hi, (setq helm-dash-docsets-path "/my/other/path")
should work
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 "....")