Merge pull request #683 from tuhdo/master

Adjust Helm prefix key
This commit is contained in:
Bozhidar Batsov 2014-09-10 10:44:01 +03:00
commit ce006a3beb

View file

@ -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)