Added Emmet Mode

Emmet Mode is a minor mode providing support for
Zen Coding by producing HTML from CSS-like selectors

→ https://github.com/smihica/emmet-mode
This commit is contained in:
Jesús
2018-10-02 18:51:01 -05:00
parent 4fcd261601
commit 64efd16ffe
3 changed files with 8 additions and 1 deletions

View File

@@ -40,6 +40,7 @@
;; Tools
(require 'init-flycheck)
(require 'init-whitespace)
(require 'init-emmet-mode)
;;(require 'init-editorconfig)
;; Languages
(require 'init-ccc)