summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-26 22:28:15 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-26 22:28:15 +0200
commitb7f363ce1a3c320a53f260048bd1547fe6aebd40 (patch)
treeebe8a68df0995a3b548bd91b72be81a521d1b57e /cider-mode.el
parent5a46b53fe338391216a6458de9a7cd2cbb08531d (diff)
Add a command to load all project namespaces
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-mode.el b/cider-mode.el
index 3f8eadc7..8ead245d 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -234,7 +234,8 @@ Returns to the buffer in which the command was invoked."
["Insert last sexp in REPL" cider-insert-last-sexp-in-repl]
"--"
["Load (eval) buffer" cider-load-buffer]
- ["Load (eval) file" cider-load-file])
+ ["Load (eval) file" cider-load-file]
+ ["Load all project namespaces" cider-load-all-project-ns])
("Macroexpand"
["Macroexpand-1" cider-macroexpand-1]
["Macroexpand-all" cider-macroexpand-all])