Add narf/scss-toggle-inline-or-block
This commit is contained in:
parent
9b4a46f76c
commit
f8a384e5e2
2 changed files with 27 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
|||
(add-hook! scss-mode (setenv "jsbeautify_indent_size" "2"))
|
||||
(bind! :map scss-mode-map :m "gQ" 'web-beautify-css))
|
||||
|
||||
(after! emr
|
||||
(emr-declare-command 'narf/scss-toggle-inline-or-block
|
||||
:title "toggle inline/block"
|
||||
:modes 'scss-mode
|
||||
:predicate (lambda () (not (use-region-p)))))
|
||||
|
||||
(after! company (add-company-backend! scss-mode (css))))
|
||||
|
||||
(use-package rainbow-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue