TODO: * fix flyspell not loading on every buffer * Add other dictionaries to flyspell (Polish)
3 lines
98 B
EmacsLisp
3 lines
98 B
EmacsLisp
;; Indent by 2 spaces
|
|
(setq web-mode-markup-indent-offset 2)
|
|
(setq web-mode-code-indent-offset 2)
|