diff options
author | Griffin Smith <root@gws.fyi> | 2018-11-21T17·45-0500 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2018-11-21T17·45-0500 |
commit | 0edecaf151346351a4bfd255c789f08b696fe1a1 (patch) | |
tree | a6d5a19a7b7951a13eafeb022436342f19ab3c68 /+commands.el | |
parent | 29c7632fd278e6d4228290956534a1195c488fad (diff) |
clojure stuff, org stuff
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) |