Single line output by using emmet-mode in Emacs
I'm using emmet-mode in Emacs24. https://github.com/smihica/emmet-mode
I want to output some tags in single line like:
<script src=""></script>
But this mode output in two lines like:
<script src="">
</script>
Is there setting for it?
No comments:
Post a Comment