diff options
author | Sean Allred <code@seanallred.com> | 2014-11-16 09:18:26 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-16 09:18:26 -0500 |
commit | abb70f545aa7594a7c37e8335614c23a692b8a03 (patch) | |
tree | 2234420e54df3c3ee94840f8b9d4a5278988d1e4 /sx-question-list.el | |
parent | 4715d7e9e4c3bc4f4488f2a09c285171b245296d (diff) | |
parent | 14409012011d389c70ff79baf6dc3e228b08584c (diff) |
Merge pull request #65 from vermiculus/intialize-on-list-questions
Intialize on list questions
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index b220097..72eabd3 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -323,6 +323,7 @@ focus the relevant window." (defun list-questions (no-update) "Display a list of StackExchange questions." (interactive "P") + (sx-initialize) (unless (buffer-live-p sx-question-list--buffer) (setq sx-question-list--buffer (generate-new-buffer "*question-list*"))) |