lang/web/+css: refactor; css imenu support; add counsel-imenu & rainbow-mode

This commit is contained in:
Henrik Lissner 2017-03-04 20:49:05 -05:00
parent e835d089c8
commit 4f5826df37
2 changed files with 23 additions and 14 deletions

View file

@ -1,8 +1,9 @@
;; -*- no-byte-compile: t; -*-
;;; lang/web/packages.el
;; config.el
;; n/a
(package! rainbow-mode)
(when (featurep! :completion ivy)
(package! counsel-css :recipe (:fetcher github :repo "hlissner/emacs-counsel-css")))
;; +html.el
(package! company-web)