summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-10 17:17:44 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-10 17:17:44 +0200
commitef03033999874086ce1460b1ca357bcc63e97dfc (patch)
tree63aa21356ebb7b820737e9c180125def5b4c3e56 /cider-repl.el
parent6bc47d0721d90528b1d7233f81554d456391c6dd (diff)
Add cider-drink-a-sip to the menus
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 66cc4fa0..1f46f684 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1235,6 +1235,7 @@ constructs."
["Quit" cider-quit]
["Restart" cider-restart]
"--"
+ ["A sip of CIDER" cider-drink-a-sip]
["Version info" cider-version]))
map))