summaryrefslogtreecommitdiff
path: root/cider-mode.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-mode.el
parent6bc47d0721d90528b1d7233f81554d456391c6dd (diff)
Add cider-drink-a-sip to the menus
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 3a820457..f70b9802 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -268,6 +268,7 @@ Returns to the buffer in which the command was invoked."
["Quit" cider-quit]
["Restart" cider-restart]
"--"
+ ["A sip of CIDER" cider-drink-a-sip]
["View manual online" cider-open-manual]
["Report a bug" cider-report-bug]
["Version info" cider-version]))