mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] web-mode configuration
This commit is contained in:
parent
18aecbf5d7
commit
3d36eb4462
1 changed files with 4 additions and 0 deletions
4
.emacs.d/init.d/web-mode.el
Normal file
4
.emacs.d/init.d/web-mode.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
(add-hook 'web-mode-hook (lambda ()
|
||||
(setq web-mode-markup-indent-offset 4)
|
||||
(setq web-mode-css-indent-offset 4)
|
||||
(setq web-mode-code-indent-offset 4)))
|
Loading…
Reference in a new issue