Merge pull request #661 from tuhdo/master
Add Helm to the table of contents and move some packages to helm-everywhere
This commit is contained in:
commit
4c856b3fb8
3 changed files with 4 additions and 3 deletions
|
@ -38,6 +38,7 @@ advised to always run Prelude with the latest Emacs - currently
|
||||||
- [Prelude Mode](#prelude-mode)
|
- [Prelude Mode](#prelude-mode)
|
||||||
- [OSX modifier keys](#osx-modifier-keys)
|
- [OSX modifier keys](#osx-modifier-keys)
|
||||||
- [Projectile](#projectile)
|
- [Projectile](#projectile)
|
||||||
|
- [Helm](#helm)
|
||||||
- [Key-chords](#key-chords)
|
- [Key-chords](#key-chords)
|
||||||
- [Disabling key-chords](#disabling-key-chords)
|
- [Disabling key-chords](#disabling-key-chords)
|
||||||
- [Automatic package installation](#automatic-package-installation)
|
- [Automatic package installation](#automatic-package-installation)
|
||||||
|
|
|
@ -34,7 +34,8 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(require 'prelude-helm)
|
(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-x") 'helm-M-x)
|
||||||
(global-set-key (kbd "M-y") 'helm-show-kill-ring)
|
(global-set-key (kbd "M-y") 'helm-show-kill-ring)
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(prelude-require-packages '(helm helm-projectile helm-descbinds))
|
(prelude-require-packages '(helm helm-projectile))
|
||||||
|
|
||||||
(require 'helm)
|
(require 'helm)
|
||||||
|
|
||||||
|
@ -42,7 +42,6 @@
|
||||||
(setq helm-command-prefix-key "C-c h")
|
(setq helm-command-prefix-key "C-c h")
|
||||||
|
|
||||||
(require 'helm-config)
|
(require 'helm-config)
|
||||||
(require 'helm-eshell)
|
|
||||||
(require 'helm-files)
|
(require 'helm-files)
|
||||||
(require 'helm-grep)
|
(require 'helm-grep)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue