diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-14 11:49:56 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-14 11:49:56 -0200 |
commit | 4bcdd311b590156998ebf51a14fce31b6d0569ec (patch) | |
tree | f6079473cc5b17cc8d8212cf927bb53eb441e718 | |
parent | 8adc0ac710469949ac28aa664eef965ef179c290 (diff) |
Also mention q
-rw-r--r-- | sx-question-list.el | 5 | ||||
-rw-r--r-- | sx-question-mode.el | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 69fb435..f23310c 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -205,7 +205,10 @@ This is ignored if `sx-question-list--refresh-function' is set.") ": View question" " " (:propertize "v" face mode-line-buffer-id) - ": Visit externally") + ": Visit externally" + " " + (:propertize "q" face mode-line-buffer-id) + ": Quit") "Header-line used on the question list.") diff --git a/sx-question-mode.el b/sx-question-mode.el index c45ef9f..68618bb 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -190,7 +190,10 @@ property." ": Answer" " " (:propertize "e" face mode-line-buffer-id) - ": Edit") + ": Edit" + " " + (:propertize "q" face mode-line-buffer-id) + ": Quit") "Header-line used on the question list.") (define-derived-mode sx-question-mode special-mode "Question" |