Browse Source

leftover from the previous commit

custom
Bozhidar Batsov 14 years ago
parent
commit
181a71d1d2
  1. 2
      modules/prelude-global-keybindings.el

2
modules/prelude-global-keybindings.el

@ -107,7 +107,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))
(require 'anything-config)
(require 'helm-config)
(global-set-key (kbd "C-x j") 'helm) (global-set-key (kbd "C-x j") 'helm)
(provide 'prelude-global-keybindings) (provide 'prelude-global-keybindings)

Loading…
Cancel
Save