updated helm keybinding to match suggested one

This commit is contained in:
Bozhidar Batsov 2012-04-04 18:50:34 +03:00
parent 72f44bcc1f
commit 10f0b11bb8

View file

@ -100,7 +100,7 @@
(global-set-key (kbd "C-=") 'er/expand-region) (global-set-key (kbd "C-=") 'er/expand-region)
(global-set-key (kbd "C-c w") (make-repeatable-command 'er/expand-region)) (global-set-key (kbd "C-c w") (make-repeatable-command 'er/expand-region))
(global-set-key (kbd "C-x j") 'helm) (global-set-key (kbd "C-c h") 'helm-mini)
(provide 'prelude-global-keybindings) (provide 'prelude-global-keybindings)