diff --git a/modules/prelude-global-keybindings.el b/modules/prelude-global-keybindings.el index cf28533..83dea8b 100644 --- a/modules/prelude-global-keybindings.el +++ b/modules/prelude-global-keybindings.el @@ -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)