summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorChris Zheng <zcaudate@users.noreply.github.com>2018-06-08 18:52:22 +0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-06-08 13:52:22 +0300
commitd71342f413ffc9dee4cce533058e3fd123095a2e (patch)
tree9f0668abc3ae3707e834c90116157cd73081a1fe /cider-mode.el
parent4c593d099825a8e9f6319903fcbe5bcbc15662cf (diff)
[Fix #2310] Add cider-format-edn-last-sexp (#2311)
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/cider-mode.el b/cider-mode.el
index 10471619..5c7407eb 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -290,6 +290,10 @@ Configure `cider-cljs-repl-types' to change the ClojureScript REPL to use for yo
["Browse REPL input history" cider-repl-history]
["Browse classpath" cider-classpath]
["Browse classpath entry" cider-open-classpath-entry])
+ ("Format"
+ ["Format EDN last sexp" cider-format-edn-last-sexp]
+ ["Format EDN region" cider-format-edn-region]
+ ["Format EDN buffer" cider-format-edn-buffer])
("Macroexpand"
["Macroexpand-1" cider-macroexpand-1]
["Macroexpand-all" cider-macroexpand-all])