diff options
author | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-20 13:54:03 -0500 |
---|---|---|
committer | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-20 13:54:03 -0500 |
commit | fd15926704a1eac86e87d994b1dc0a552077a2ac (patch) | |
tree | 4a2e83a05bbb5c30b9eb9841738606adf67bba99 /test/tests.el | |
parent | 81e662bb2572c69d0cdd42fddd9d09acf17f9027 (diff) |
Do not initialize Stack-Mode.
Initializing will retrieve user preferences/authentication. We do not
need this.
Diffstat (limited to 'test/tests.el')
-rw-r--r-- | test/tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.el b/test/tests.el index 6a48257..6ddb65d 100644 --- a/test/tests.el +++ b/test/tests.el @@ -29,6 +29,7 @@ (should (string-match ,regexp line)))) (setq + sx-initialized t) sx-request-remaining-api-requests-message-threshold 50000 debug-on-error t sx-request-silent-p nil |