This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sublime's HTML reindenting is currently pretty bad. And Tidy and xmllint | |
# change my code in ways I don't really like or need. I just need the thing | |
# reindented sanely. Emacs did that pretty well. | |
# | |
# One thing led to another. A few drinks later and now I'm using Emacs to | |
# reindent HTML from within Sublime. | |
# | |
# Save the contents of this file as ohmygodemacs.py in your User directory. | |
# Then save the contents of the following docstring as ohmygodemacs.elisp in your | |
# User directory |