Merge module-sass with module-web + rainbow-mode to core-editor

This commit is contained in:
Henrik Lissner 2015-10-09 18:00:24 -04:00
parent 3a947fd80b
commit 01c89d6ede
3 changed files with 33 additions and 38 deletions

View file

@ -162,6 +162,8 @@ enable multiple minor modes for the same regexp.")
:init (add-hook! (emacs-lisp-mode js2-mode scss-mode) 'rainbow-delimiters-mode)
:config (setq rainbow-delimiters-outermost-only-face-count 1))
(use-package rainbow-mode :defer t)
(use-package rotate-text :commands (rotate-word-at-point rotate-region))
(use-package smart-forward :commands (smart-up smart-down smart-left smart-right))