Update helm-projectile keybindings

This commit is contained in:
2014-03-11 00:57:18 +00:00
parent 02b1402054
commit 91d5a353e5

View File

@@ -39,7 +39,8 @@
(global-set-key (kbd "C-c h") 'helm-mini))
(when (require 'helm-projectile nil 'noerror)
(global-set-key (kbd "C-x ;") 'helm-projectile))
(global-set-key (kbd "C-x ;") 'helm-projectile)
(global-set-key (kbd "C-x C-;") 'helm-projectile))
;; Expand region
(when (require 'expand-region nil 'noerror)