leftover from the previous commit

This commit is contained in:
Bozhidar Batsov 2012-03-16 12:46:19 +02:00
parent 22d6e07345
commit 181a71d1d2

View file

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