diff options
| author | Jesús <heckyel@hyperbola.info> | 2018-08-31 21:02:39 -0500 |
|---|---|---|
| committer | Jesús <heckyel@hyperbola.info> | 2018-08-31 21:02:39 -0500 |
| commit | 300d7e70f6dc95fa7e35fdd2eb5713a39f37d8f3 (patch) | |
| tree | 8da4542da5423fea8d65fd206af9a320ac49b400 /init.el | |
| parent | f18582dfd2195982aa14b7ab081f92d580e7f084 (diff) | |
| download | emacs-personal-300d7e70f6dc95fa7e35fdd2eb5713a39f37d8f3.tar.lz emacs-personal-300d7e70f6dc95fa7e35fdd2eb5713a39f37d8f3.tar.xz emacs-personal-300d7e70f6dc95fa7e35fdd2eb5713a39f37d8f3.zip | |
Add support yaml-mode
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ (require 'init-less) (require 'init-sass) (require 'init-scss) +(require 'init-yaml) ;; Plus (require 'init-rainbow) |
