Separate themes to its own file, add spelling config
TODO: * fix flyspell not loading on every buffer * Add other dictionaries to flyspell (Polish)
This commit is contained in:
parent
d09ee89c44
commit
a9fa2b4456
6 changed files with 98 additions and 62 deletions
3
web-mode.el
Normal file
3
web-mode.el
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
;; Indent by 2 spaces
|
||||
(setq web-mode-markup-indent-offset 2)
|
||||
(setq web-mode-code-indent-offset 2)
|
||||
Loading…
Add table
Add a link
Reference in a new issue