diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-21 23:03:41 +0100 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-21 23:03:41 +0100 |
commit | c9f6fa56d0ca587add4e89cb4f743e545db7d7b8 (patch) | |
tree | 7980aa0398a5aed99d62d9f9824ef264817fb548 /sx-search.el | |
parent | 50a064f5e1ec85765ab0670cd2a04d2499f6cf65 (diff) |
Require interaction in sx-search. Fix #284
Diffstat (limited to 'sx-search.el')
-rw-r--r-- | sx-search.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-search.el b/sx-search.el index f60d1fd..4e6c4f2 100644 --- a/sx-search.el +++ b/sx-search.el @@ -34,6 +34,7 @@ (require 'sx-question-list) (require 'sx-question-mode) (require 'sx-tag) +(require 'sx-interaction) (defvar sx-search--query-history nil "Query history for interactive prompts.") |