Add CSS settings to literate init
This commit is contained in:
parent
5a92369dc1
commit
cf47f738fa
1 changed files with 9 additions and 0 deletions
|
@ -1223,6 +1223,15 @@
|
|||
(add-hook 'js2-mode-hook #'electric-indent-local-mode)
|
||||
#+END_SRC
|
||||
|
||||
** CSS
|
||||
|
||||
Turn on electric indent and electric pair modes for CSS.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'css-mode-hook #'electric-indent-local-mode)
|
||||
(add-hook 'css-mode-hook #'oni:electric-pair-local-mode)
|
||||
#+END_SRC
|
||||
|
||||
* Load custom file
|
||||
|
||||
I don't really use the Emacs customization interface much, but I
|
||||
|
|
Loading…
Reference in a new issue