Created
July 1, 2013 02:50
-
-
Save gregspurrier/5898071 to your computer and use it in GitHub Desktop.
Example that is crashing emacs when used with mmm-mode on OS X
This file contains hidden or 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
= Some document | |
== Huzzah | |
[source,ruby] | |
---- | |
# This should be ruby code | |
1.times do | |
puts "hello world" | |
end | |
---- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment