Merge pull request #757 from k1-hedayati/patch-1
Added helm-ag to auto install list [Fix #756]
This commit is contained in:
commit
8953e8f138
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(require 'prelude-helm)
|
(require 'prelude-helm)
|
||||||
(prelude-require-packages '(helm-descbinds))
|
(prelude-require-packages '(helm-descbinds helm-ag))
|
||||||
(require 'helm-eshell)
|
(require 'helm-eshell)
|
||||||
|
|
||||||
(global-set-key (kbd "M-x") 'helm-M-x)
|
(global-set-key (kbd "M-x") 'helm-M-x)
|
||||||
|
|
Loading…
Reference in a new issue