Move helm-css-scss package to lang/web/+css

This commit is contained in:
Henrik Lissner 2018-09-04 03:42:44 +02:00
parent e89e3bd15e
commit 48c77b1126
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 13 additions and 6 deletions

View file

@ -31,6 +31,17 @@
:localleader :n ";" #'counsel-css))
(def-package! helm-css-scss
:when (featurep! :completion helm)
:defer t
:init
(map! :map* (css-mode-map scss-mode-map less-css-mode-map)
:localleader :n ";" #'helm-css-scss)
:config
(setq helm-css-scss-split-direction #'split-window-vertically
helm-css-scss-split-with-multiple-windows t))
(def-package! css-mode ; built-in
:defer t
:config

View file

@ -6,6 +6,8 @@
(package! rainbow-mode)
(when (featurep! :completion ivy)
(package! counsel-css))
(when (featurep! :completion helm)
(package! helm-css-scss))
;; +html.el
(package! emmet-mode)