diff options
author | Jesús <heckyel@hyperbola.info> | 2018-10-02 18:51:01 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-10-02 18:51:01 -0500 |
commit | 64efd16ffe9c6c9945d531fe235ca85759750989 (patch) | |
tree | f164e1b6edf4395aa8b87af988d243e16851826b /custom.el | |
parent | 4fcd261601bbb30b906da621d75b7c2fd1610a0c (diff) | |
download | emacs-personal-64efd16ffe9c6c9945d531fe235ca85759750989.tar.lz emacs-personal-64efd16ffe9c6c9945d531fe235ca85759750989.tar.xz emacs-personal-64efd16ffe9c6c9945d531fe235ca85759750989.zip |
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
Diffstat (limited to 'custom.el')
-rw-r--r-- | custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ '(ecb-options-version "2.50") '(package-selected-packages (quote - (ecb undo-tree pip-requirements jedi highlight-indent-guides yaml-mode whitespace-cleanup-mode sublime-themes sml-modeline smarty-mode smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode prettier-js pkgbuild-mode pcre2el nlinum markdown-mode less-css-mode flycheck editorconfig anzu ac-php)))) + (emmet-mode ecb undo-tree pip-requirements jedi highlight-indent-guides yaml-mode whitespace-cleanup-mode sublime-themes sml-modeline smarty-mode smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode prettier-js pkgbuild-mode pcre2el nlinum markdown-mode less-css-mode flycheck editorconfig anzu ac-php)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |