summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-06 22:13:24 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-06 22:13:24 +0300
commitd3ed8596b7658da06aabd05a5c32c213bb253453 (patch)
tree7b5a0aa5ff79b2012ff8f6b0b3bb47a48a353a43 /cider-mode.el
parent1d7f5fff5856eb84ae6b73a5702abf7dce468e03 (diff)
Mention cider-load-buffer-and-switch-to-repl-buffer in cider-mode's
menu
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-mode.el b/cider-mode.el
index 7bb4e7e4..6c47a2a4 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -348,6 +348,7 @@ If invoked with a prefix ARG eval the expression after inserting it."
["Insert ns form in REPL" cider-insert-ns-form-in-repl]
"--"
["Load this buffer" cider-load-buffer]
+ ["Load this buffer and switch to REPL" cider-load-buffer-and-switch-to-repl-buffer]
["Load another file" cider-load-file]
["Recursively load all files in directory" cider-load-all-files]
["Load all project files" cider-load-all-project-ns]