2017-02-13 21:12:02 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; completion/helm/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! helm)
|
|
|
|
(package! helm-ag)
|
|
|
|
(package! helm-c-yasnippet)
|
|
|
|
(package! helm-company)
|
|
|
|
(package! helm-css-scss)
|
|
|
|
(package! helm-describe-modes :recipe (:fetcher github :repo "emacs-helm/helm-describe-modes"))
|
|
|
|
(package! helm-projectile)
|
|
|
|
(package! helm-swoop)
|
2018-01-14 02:04:30 -05:00
|
|
|
(package! wgrep)
|