summaryrefslogtreecommitdiff
path: root/cider-apropos.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2015-01-25 12:35:58 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2015-01-25 12:35:58 +0200
commit9fca7887e93e0af3d9c9a9aaa12df22278d99f1c (patch)
treed6bdb1bdfa0597dbf8f8202148c3fcb947b3718d /cider-apropos.el
parent8bede86f152677f8acd46481e43ccd1e15187d91 (diff)
Move a few requires where they belong
Diffstat (limited to 'cider-apropos.el')
-rw-r--r--cider-apropos.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-apropos.el b/cider-apropos.el
index 37ee3167..718418b6 100644
--- a/cider-apropos.el
+++ b/cider-apropos.el
@@ -26,6 +26,8 @@
;;; Code:
(require 'cider-interaction)
+(require 'apropos)
+(require 'button)
(defconst cider-apropos-buffer "*cider-apropos*")