Update README and move some packages to helm-everywhere

Add Helm to table of contents and move helm-descbinds and helm-eshell to
helm-everywhere module.
This commit is contained in:
Tu Do 2014-09-04 10:07:07 +07:00
parent 6835a4ee96
commit 2f815d777e
3 changed files with 4 additions and 3 deletions

View file

@ -38,6 +38,7 @@ advised to always run Prelude with the latest Emacs - currently
- [Prelude Mode](#prelude-mode)
- [OSX modifier keys](#osx-modifier-keys)
- [Projectile](#projectile)
- [Helm](#helm)
- [Key-chords](#key-chords)
- [Disabling key-chords](#disabling-key-chords)
- [Automatic package installation](#automatic-package-installation)

View file

@ -34,7 +34,8 @@
;;; Code:
(require 'prelude-helm)
(require 'helm-descbinds)
(prelude-require-packages '(helm-descbinds))
(require 'helm-eshell)
(global-set-key (kbd "M-x") 'helm-M-x)
(global-set-key (kbd "M-y") 'helm-show-kill-ring)

View file

@ -32,7 +32,7 @@
;;; Code:
(prelude-require-packages '(helm helm-projectile helm-descbinds))
(prelude-require-packages '(helm helm-projectile))
(require 'helm)
@ -42,7 +42,6 @@
(setq helm-command-prefix-key "C-c h")
(require 'helm-config)
(require 'helm-eshell)
(require 'helm-files)
(require 'helm-grep)