diff options
| author | 2016-10-19 22:53:07 +0200 | |
|---|---|---|
| committer | 2016-10-19 22:53:07 +0200 | |
| commit | 0c2517f9f97d465934895446f84082cb192517e3 (patch) | |
| tree | d4dfa750bed9e3fac50b872d1af8014ce84c8264 | |
| parent | 515d8ee7156c14007c9d83ce5f51f9c7b598864a (diff) | |
| download | new-dotfiles-0c2517f9f97d465934895446f84082cb192517e3.tar.gz new-dotfiles-0c2517f9f97d465934895446f84082cb192517e3.zip | |
Enable company-mode in CSS mode
| -rw-r--r-- | emacs/.emacs.d/init/oni-css-mode-init.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/oni-css-mode-init.org b/emacs/.emacs.d/init/oni-css-mode-init.org index 9d92663..ab79175 100644 --- a/emacs/.emacs.d/init/oni-css-mode-init.org +++ b/emacs/.emacs.d/init/oni-css-mode-init.org @@ -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 |
