Add rainbow mode to css mode
This commit is contained in:
parent
4419f5a115
commit
c91a3efa4e
1 changed files with 7 additions and 0 deletions
|
@ -20,3 +20,10 @@ Enable company mode.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'css-mode-hook 'company-mode)
|
(add-hook 'css-mode-hook 'company-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Enable rainbow mode to see all the color specifications (well, most)
|
||||||
|
as pretty colors.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(add-hook 'css-mode-hook 'rainbow-mode)
|
||||||
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue