mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Set <RET> key in css-mode to call newline-and-indent
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user