Big re-write :)
I reordered the code in a more clean an organized way. Also this improves a lot the emacs startup time again, bucause after some updates it becomes a bit slow with the old configuration, so i did it again in a new way.
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
;;; Code:
|
||||
|
||||
(use-package web-mode
|
||||
:defer t
|
||||
:config
|
||||
(setq web-mode-markup-indent-offset 2
|
||||
web-mode-css-indent-offset 2
|
||||
@ -21,15 +20,12 @@
|
||||
)
|
||||
|
||||
(use-package css-mode
|
||||
:defer t
|
||||
:ensure nil
|
||||
:config
|
||||
(setq css-indent-offset 2))
|
||||
|
||||
(use-package auto-rename-tag
|
||||
:ensure (:host github :repo "jcs-elpa/auto-rename-tag")
|
||||
:defer t
|
||||
)
|
||||
:ensure (:host github :repo "jcs-elpa/auto-rename-tag"))
|
||||
|
||||
(provide 'lang-html)
|
||||
;;; lang-html.el ends here
|
||||
|
Reference in New Issue
Block a user