Move helm-css-scss package to lang/web/+css
This commit is contained in:
parent
e89e3bd15e
commit
48c77b1126
4 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue