mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
added customizations for css-mode
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
(load-file (config-path "languages/coffee-script.el"))
|
||||
(load-file (config-path "languages/cucumber.el"))
|
||||
(load-file (config-path "languages/css.el"))
|
||||
(load-file (config-path "languages/elisp.el"))
|
||||
(load-file (config-path "languages/erlang.el"))
|
||||
(load-file (config-path "languages/javascript.el"))
|
||||
|
||||
6
languages/css.el
Normal file
6
languages/css.el
Normal file
@@ -0,0 +1,6 @@
|
||||
(add-hook 'css-mode-hook
|
||||
(lambda ()
|
||||
(flyspell-prog-mode)
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(setq css-indent-offset 2)))
|
||||
Reference in New Issue
Block a user