diff --git a/mode-customizations/css-mode.el b/mode-customizations/css-mode.el index 6180993..13cb2d1 100644 --- a/mode-customizations/css-mode.el +++ b/mode-customizations/css-mode.el @@ -5,4 +5,5 @@ (fci-mode) (setq css-indent-offset 2) (setq highlight-indentation-offset 2) - (highlight-indentation-mode))) + (highlight-indentation-mode) + (define-key css-mode-map (kbd "RET") 'newline-and-indent)))