diff options
author | Sean Allred <code@seanallred.com> | 2014-12-18 15:27:03 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-12-18 15:27:03 -0500 |
commit | c1face27a680c9b525af94583b6e5e467116bf2f (patch) | |
tree | 10292d3441b074d80d89d5b76cd17df33ca90f71 /sx-question-print.el | |
parent | 78cac577fc93a6406a7cbfa2b86d33529f4bd6a7 (diff) | |
parent | 28bb9c2d582f301bb328c2ca84ad97dcbed87abb (diff) |
Merge pull request #160 from vermiculus/better-modes
Better major-modes
Diffstat (limited to 'sx-question-print.el')
-rw-r--r-- | sx-question-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index 0a6c3a8..9f37b10 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -344,7 +344,7 @@ E.g.: "Return TEXT filled according to `markdown-mode'." (with-temp-buffer (insert text) - (markdown-mode) + (delay-mode-hooks (markdown-mode)) (font-lock-mode -1) (when sx-question-mode-bullet-appearance (font-lock-add-keywords ;; Bullet items. |