spacemacs-helm: rename dotspacemacs-command-key

Corresponds to commit 58e5241c8d
This commit is contained in:
justbur 2016-01-09 09:27:05 -05:00 committed by syl20bnr
parent e4b865d88f
commit 9497cbee44
1 changed files with 2 additions and 1 deletions

View File

@ -241,7 +241,8 @@ Removes the automatic guessing of the initial value based on thing at point. "
(add-hook 'emacs-startup-hook
(lambda ()
(unless (configuration-layer/package-usedp 'smex)
(spacemacs/set-leader-keys dotspacemacs-command-key 'helm-M-x))))
(spacemacs/set-leader-keys
dotspacemacs-emacs-command-key 'helm-M-x))))
(defun spacemacs//hide-cursor-in-helm-buffer ()
"Hide the cursor in helm buffers."