diff options
Diffstat (limited to '+commands.el')
-rw-r--r-- | +commands.el | 2 |
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) |