diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-29 22:17:09 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-29 22:17:09 +0000 |
commit | 6f87989747e066e7949c4fb2b72b768428e09346 (patch) | |
tree | 4898ac7e53a6ea1dd75d5b11e6861a341e4a5659 | |
parent | e459d6d57f517209f4d41df817413170f073998b (diff) |
Clean 'display in code-blocks. Fixes #117
-rw-r--r-- | sx-question-print.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index fb4d2e1..f49346b 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -425,6 +425,7 @@ font-locking." (goto-char beg) (line-beginning-position)) end))) + (put-text-property beg end 'display nil) (make-text-button beg end 'face 'markdown-pre-face |