Enable company-mode in CSS mode
This commit is contained in:
parent
515d8ee715
commit
0c2517f9f9
1 changed files with 6 additions and 0 deletions
|
@ -14,3 +14,9 @@ Enable electric indenting.
|
|||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'css-mode-hook 'electric-indent-local-mode)
|
||||
#+END_SRC
|
||||
|
||||
Enable company mode.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'css-mode-hook 'company-mode)
|
||||
#+END_SRC
|
||||
|
|
Loading…
Reference in a new issue