about summary refs log tree commit diff
path: root/+commands.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2018-11-21T17·45-0500
committerGriffin Smith <root@gws.fyi>2018-11-21T17·45-0500
commit0edecaf151346351a4bfd255c789f08b696fe1a1 (patch)
treea6d5a19a7b7951a13eafeb022436342f19ab3c68 /+commands.el
parent29c7632fd278e6d4228290956534a1195c488fad (diff)
clojure stuff, org stuff
Diffstat (limited to '+commands.el')
-rw-r--r--+commands.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/+commands.el b/+commands.el
index 87123ed3c83c..9b4a685e1c8c 100644
--- a/+commands.el
+++ b/+commands.el
@@ -110,6 +110,8 @@
 (ex! "tabs"        #'+workspace/display)
 (ex! "tabsave"     #'+workspace:save)
 
+(ex! "scr[atch]" #'cider-scratch)
+
 ;; Org-mode
 (ex! "cap"         #'+org-capture/dwim)