diff --git a/modules/prelude-helm.el b/modules/prelude-helm.el index 20029de..4c9d776 100644 --- a/modules/prelude-helm.el +++ b/modules/prelude-helm.el @@ -42,7 +42,7 @@ ;; The default "C-x c" is quite close to "C-x C-c", which quits Emacs. ;; Note: this must be placed before require `helm-config' -(defvar helm-command-prefix-key "C-c h") +(setq helm-command-prefix-key "C-c h") (require 'helm-config)