Add helm-colors key binding

This commit is contained in:
Tu Do 2015-03-19 22:25:23 +07:00 committed by syl20bnr
parent b4ddd2a803
commit 85ee19e3ef

View file

@ -1558,7 +1558,9 @@ which require an initialization must be listed explicitly in the list.")
(use-package helm-themes
:defer t
:init
(evil-leader/set-key "Th" 'helm-themes)))
(evil-leader/set-key
"Th" 'helm-themes
"Tc" 'helm-colors)))
(defun spacemacs/init-hippie-exp ()
(global-set-key (kbd "M-/") 'hippie-expand) ;; replace dabbrev-expand