emacs/web-mode.el
Maciej Szlosarczyk a9fa2b4456
Separate themes to its own file, add spelling config
TODO:
* fix flyspell not loading on every buffer
* Add other dictionaries to flyspell (Polish)
2017-04-20 11:34:50 +03:00

3 lines
98 B
EmacsLisp

;; Indent by 2 spaces
(setq web-mode-markup-indent-offset 2)
(setq web-mode-code-indent-offset 2)