diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-08 20:12:54 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-08 20:42:33 +0000 |
commit | 4cf7825918bfb60e2d1d1ce1dd342665f1161fa2 (patch) | |
tree | 5c0518f0d80f93449911443f99642af17c018609 /sx-question-list.el | |
parent | b13351287605751a03437b5659575c026affe901 (diff) |
Implement sx-question-mode
Also moves question-display code to its own file.
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 0494ef1..f305306 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -67,7 +67,7 @@ :group 'sx-question-list-faces) (defface sx-question-list-tags - '((t :inherit font-lock-function-name-face)) + '((t :inherit sx-question-mode-tags)) "" :group 'sx-question-list-faces) @@ -277,7 +277,7 @@ focus the relevant window." (car (cdr-safe er))) nil (error (cdr er))))))) - (sx-question--display data sx-question--window) + (sx-question-mode--display data sx-question--window) (when focus (if sx-question--window (select-window sx-question--window) |