spacemacs/layers/+completion
Exaos-memes 904f7ea665 Define new variable: spacemacs-start-directory.
With this new variable, user can load spacemacs anywhere, e.g.
"~/.emacs.d/spacemacs/". Only user's cache directory is still hard-coded
as "~/.emacs.d/.cache/". If user want to use spacemacs this way, drop
one line as the below in "~/.emacs.d/init.el":

    (setq spacemacs-start-directory "~/.emacs.d/spacemacs/")
    (load-file (concat spacemacs-start-directory "init.el"))
2016-06-23 00:19:34 -04:00
..
auto-completion 💣 Drop support for Emacs 24.3 2016-06-20 22:05:56 -04:00
helm Define new variable: spacemacs-start-directory. 2016-06-23 00:19:34 -04:00
ivy Define new variable: spacemacs-start-directory. 2016-06-23 00:19:34 -04:00