this is my demo ``` require(['jquery', 'codemirror','codemirror/addon/emmet/emmet', 'codemirror/mode/htmlmixed/htmlmixed'], function($, CodeMirror,Emmet) { var CodeMirrorObj = { cms: { htmlCm: null }, opts: { htmlOpt: { lineNumbers: true, mode: "text/html", theme: "monokai", indentUnit: 4, indentWithTabs: true } }, init: function() { this.cms.htmlCm = Emmet(CodeMirror(document.getElementById("code_html"), CodeMirrorObj.opts.htmlOpt)); } } CodeMirrorObj.init(); }); ``` I need your help。 ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/36895355-emmet-for-requirejs-does-not-make-effective?utm_campaign=plugin&utm_content=tracker%2F438327&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F438327&utm_medium=issues&utm_source=github). </bountysource-plugin>
this is my demo
I need your help。
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.