summaryrefslogtreecommitdiff
path: root/cider-scratch.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-12 09:33:34 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-12 09:33:34 +0200
commitcd062cdc39a9fc40964f098f47bcb5e1f25a92bd (patch)
tree22a3bdb460b64cc1a801c7f11e14762428f4f5e9 /cider-scratch.el
parent4d6e04ca647e52ebaee8966926ef048585c3d26f (diff)
Add a note about a potential keybinding conflict
Diffstat (limited to 'cider-scratch.el')
-rw-r--r--cider-scratch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-scratch.el b/cider-scratch.el
index 6bda7329..969c0d02 100644
--- a/cider-scratch.el
+++ b/cider-scratch.el
@@ -35,6 +35,7 @@
(defvar cider-clojure-interaction-mode-map
(let ((map (make-sparse-keymap)))
(set-keymap-parent map clojure-mode-map)
+ ;; FIXME: paredit will clobber this keybinding if active
(define-key map (kbd "C-j") #'cider-eval-print-last-sexp)
map))