summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-01-30 01:13:06 +0700
committerBozhidar Batsov <bozhidar@batsov.com>2018-01-30 01:13:06 +0700
commita433741df98c5b583ba79beb6d8c69149bd55683 (patch)
tree2a4b265cab0b51da6b934515808708be35bac7f6 /cider-mode.el
parent4e0458a9d165f8f9ec5c3f388112ec5fe468a45f (diff)
Implement a basic interface for the Clojure Cheatsheet
It's based entirely on completing-read, which means it would look nice with various minibuffer completion systems. Down the road it'd be nice to do something like the ns browser for the cheatsheet as well.
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 f2e575f7..15f0381d 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -301,6 +301,7 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
["Browse classpath" cider-classpath]
["Browse classpath entry" cider-open-classpath-entry])
("Misc"
+ ["Clojure Cheatsheet" cider-cheatsheet]
["Flush completion cache" cider-completion-flush-caches]))
"Menu for CIDER interactions.")