Browse Source

[Fix #756] Added helm-ag to auto install list

custom
Keyvan Hedayati 11 years ago
committed by k1-hedayati
parent
commit
99e4c9646d
  1. 2
      modules/prelude-helm-everywhere.el

2
modules/prelude-helm-everywhere.el

@ -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…
Cancel
Save