mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
7 lines
170 B
EmacsLisp
7 lines
170 B
EmacsLisp
(add-hook 'css-mode-hook
|
|
(lambda ()
|
|
(flyspell-prog-mode)
|
|
(linum-mode t)
|
|
(fci-mode)
|
|
(setq css-indent-offset 2)))
|