summaryrefslogtreecommitdiff
path: root/nrepl-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-10-14 17:12:55 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2013-10-14 17:12:55 +0300
commita4f90f2d25985396e760e6c889d9dcb19deddeca (patch)
treeb3ac9ab87805962870c85deca13164edb7d4da3e /nrepl-repl.el
parentb8387a2f946d663ca6730b3104850132cb9edc26 (diff)
Fix REPL init
Diffstat (limited to 'nrepl-repl.el')
-rw-r--r--nrepl-repl.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/nrepl-repl.el b/nrepl-repl.el
index b271d784..1f3f0e43 100644
--- a/nrepl-repl.el
+++ b/nrepl-repl.el
@@ -30,6 +30,8 @@
;;; Code:
+(require 'nrepl-client)
+
(defface nrepl-prompt-face
'((t (:inherit font-lock-keyword-face)))
"Face for the prompt in the REPL buffer."