diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-14 15:06:58 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-14 15:06:58 +0000 |
commit | f1218544993322fa7c54d095a03761f86586c88d (patch) | |
tree | 2220abbdfe5603f252fec5d21ca2d445d270ac57 /sx-question-mode.el | |
parent | 131c1552ba1ee6006801480b4e8c18a592c56b62 (diff) |
Comment
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index b25d00c..e80f3d9 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -410,6 +410,7 @@ If DIRECTION is negative, move backwards instead." Letters do not insert themselves; instead, they are commands. \\<sx-question-mode> \\{sx-question-mode}" + ;; We call font-lock-region manually. See `sx-question-mode--fill-and-fontify' (font-lock-mode -1) (remove-hook 'after-change-functions 'markdown-check-change-for-wiki-link t) (remove-hook 'window-configuration-change-hook |