Remove remaining mentions of dotspacemacs-command-key

This commit is contained in:
syl20bnr 2016-01-10 01:22:49 -05:00
parent 9f7914fa04
commit ebad32293f
2 changed files with 3 additions and 3 deletions

View File

@ -179,7 +179,7 @@ Helm hack."
(call-interactively 'describe-mode))
(spacemacs/set-leader-keys
dotspacemacs-command-key 'counsel-M-x
dotspacemacs-emacs-command-key 'counsel-M-x
;; files
"ff" 'counsel-find-file
"fL" 'counsel-locate

View File

@ -62,7 +62,7 @@
;; define the key binding at the very end in order to allow the user
;; to overwrite any key binding
(add-hook 'emacs-startup-hook
(lambda () (spacemacs/set-leader-keys dotspacemacs-command-key
'spacemacs/smex)))
(lambda () (spacemacs/set-leader-keys
dotspacemacs-emacs-command-key 'spacemacs/smex)))
(spacemacs/set-leader-keys ":" 'spacemacs/smex-major-mode-commands)
(global-set-key (kbd "M-x") 'spacemacs/smex)))))