d44a73fe71
As reported in #5694 dash layer cannot be configured according to the documentation. This commit fixes that, and allows you to actually define docset path with `helm-dash-docset-newpath`. It also defines more sensible default for docset `~/.docsets`, which is the default path for helm-dash. Fixes #5694
13 lines
370 B
EmacsLisp
13 lines
370 B
EmacsLisp
;;; config.el --- Dash Layer configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
(defvar helm-dash-docset-newpath "~/.docsets"
|
|
"Path containing dash docsets.")
|