Enable electric indent mode in CSS buffers
This commit is contained in:
parent
a15f8764f5
commit
3f49c2d1b6
1 changed files with 8 additions and 0 deletions
|
@ -693,6 +693,14 @@ To start off, first I need to enable lexical binding.
|
|||
(add-hook 'makefile-mode-hook 'oni-whitespace-only-tabs-mode)
|
||||
#+END_SRC
|
||||
|
||||
** CSS mode
|
||||
|
||||
Enable electric indent mode.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'css-mode-hook 'electric-indent-local-mode)
|
||||
#+END_SRC
|
||||
|
||||
* Applications
|
||||
|
||||
** Magit
|
||||
|
|
Loading…
Reference in a new issue