diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-21 15:54:49 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-21 15:54:49 +0000 |
commit | f96115675a098334a752b2f5f560a154fc417174 (patch) | |
tree | eade5081fa80598462f4b2b0922f493a3767c6a1 | |
parent | 1dfd91e7373160854eeb85582598e6c8cc1b3561 (diff) |
Derive special-mode instead of markdown-mode
After recent changes, markdown-mode no longer makes sense.
-rw-r--r-- | sx-question-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index f8a0d1e..ea22b12 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -547,7 +547,7 @@ Optional argument _ is for `push-button'." ;;; Major-mode -(define-derived-mode sx-question-mode markdown-mode "Question" +(define-derived-mode sx-question-mode special-mode "Question" "Major mode to display and navigate a question and its answers. Letters do not insert themselves; instead, they are commands. |