summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorAnatoly Smolyaninov <zarkone@ya.ru>2015-08-15 20:53:18 +0600
committerAnatoly Smolyaninov <zarkone@ya.ru>2015-08-15 20:59:41 +0600
commitd19ad85f8af833e82f91df5624765d3cc3fb235e (patch)
treef1e5ce1314a9cace517e66b4c54e84a320827e4c /cider.el
parentcfbe137eabf9b3fa320341fa577ddf8ffbd05dcf (diff)
[Fix #1197] Display some indication that we're waiting for a result for long-running evaluations
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index 66bbcc12..f2ce64df 100644
--- a/cider.el
+++ b/cider.el
@@ -11,7 +11,7 @@
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 0.10.0-cvs
-;; Package-Requires: ((clojure-mode "4.2.0") (dash "2.4.1") (pkg-info "0.4") (emacs "24.3") (queue "0.1.1"))
+;; Package-Requires: ((clojure-mode "4.2.0") (dash "2.4.1") (pkg-info "0.4") (emacs "24.3") (queue "0.1.1") (spinner "1.4"))
;; Keywords: languages, clojure, cider
;; This program is free software: you can redistribute it and/or modify