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:
parent
6835a4ee96
commit
2f815d777e
3 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue