Fix boundp check for 'spacemacs-use-helm-projectile'

This commit is contained in:
Arne 2015-03-02 11:56:12 +01:00 committed by syl20bnr
parent b845775ef4
commit 51ed29c7e9

View file

@ -2155,7 +2155,7 @@ Put (global-hungry-delete-mode) in dotspacemacs/config to enable by default."
"projectile.cache"))
(setq projectile-known-projects-file (concat spacemacs-cache-directory
"projectile-bookmarks.eld"))
(unless (boundp spacemacs-use-helm-projectile)
(unless (boundp 'spacemacs-use-helm-projectile)
(evil-leader/set-key
"pa" 'projectile-ack
"pA" 'projectile-ag