Move helm-colors key binding in SPC C l

This commit is contained in:
syl20bnr 2015-03-20 21:49:50 -04:00
parent 85ee19e3ef
commit b92888cb04
3 changed files with 6 additions and 6 deletions

View file

@ -20,8 +20,7 @@
;; Command prefixes
(setq colors/key-binding-prefixes '(("C" . "colors")))
(when colors-enable-rainbow-identifiers
(push (cons "Ci" "colors-identifiers") colors/key-binding-prefixes))
(mapc (lambda (x) (spacemacs/declare-prefix (car x) (cdr x)))
colors/key-binding-prefixes)
(setq colors/key-binding-prefixes '(("Ci" . "colors-identifiers")))
(mapc (lambda (x) (spacemacs/declare-prefix (car x) (cdr x)))
colors/key-binding-prefixes))

View file

@ -20,6 +20,7 @@
("b" . "buffers")
("bm" . "buffers-move")
("c" . "compile/comments")
("C" . "colors")
("e" . "errors")
("f" . "files")
("fe" . "files-emacs/spacemacs")

View file

@ -1315,6 +1315,7 @@ which require an initialization must be listed explicitly in the list.")
helm-always-two-windows t)
(evil-leader/set-key
"bs" 'helm-mini
"Cl" 'helm-colors
"sl" 'helm-semantic-or-imenu
"hb" 'helm-bookmarks
"hl" 'helm-resume
@ -1559,8 +1560,7 @@ which require an initialization must be listed explicitly in the list.")
:defer t
:init
(evil-leader/set-key
"Th" 'helm-themes
"Tc" 'helm-colors)))
"Th" 'helm-themes)))
(defun spacemacs/init-hippie-exp ()
(global-set-key (kbd "M-/") 'hippie-expand) ;; replace dabbrev-expand