Merge pull request #704 from tuhdo/master

Leaner Helm config and enable Helm version of Projectile commands
This commit is contained in:
Bozhidar Batsov 2014-10-08 18:49:24 +03:00
commit 91f53c10ca
2 changed files with 4 additions and 10 deletions

View file

@ -61,5 +61,8 @@
(helm-descbinds-mode)
(helm-mode 1)
;; enable Helm version of Projectile with replacment commands
(helm-projectile-on)
(provide 'prelude-helm-everywhere)
;; prelude-helm-everywhere.el ends here.

View file

@ -35,17 +35,8 @@
(prelude-require-packages '(helm helm-projectile))
(require 'helm)
(require 'helm-grep)
(require 'helm-files)
;; 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'. If `helm-projectile' is
;; available, it must also be set before `helm-projectile', since `helm-projectile'
;; loads `helm-config'
(setq helm-command-prefix-key "C-c h")
(require 'helm-config)
(require 'helm-grep)
(require 'helm-projectile)
(when (executable-find "curl")