diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-17 22:33:07 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-17 22:33:07 +0000 |
commit | 3e17a40c0701dcd3cfa03141b2669abeb55e160a (patch) | |
tree | 2d2003fa91889bb54f0beeb4dac5232b99cb788b /sx-question-list.el | |
parent | 34d28e79f4a6049dc4ceb44397a2ca0725cecd5f (diff) | |
parent | 278fa010e6a63474fce6bf46aaf3327b0d9cf7f7 (diff) |
Merge branch 'master' into question-mode-keybindings++
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*"))) |