From 574c62f85bd2d0da610cc7b711e0a80bce29e791 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 13 Jul 2018 12:45:35 +0200 Subject: [PATCH] :cap => org-capture +org-capture/dwim doesn't exist. Reported by @ar1a --- modules/config/default/+evil-commands.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/+evil-commands.el b/modules/config/default/+evil-commands.el index d23605e05..662d2718f 100644 --- a/modules/config/default/+evil-commands.el +++ b/modules/config/default/+evil-commands.el @@ -136,5 +136,5 @@ command from the current directory instead of the project root." (ex! "tabs" #'+workspace/display) (ex! "tabsave" #'+workspace:save) ;; Org-mode -(ex! "cap" #'+org-capture/dwim) +(ex! "cap" #'org-capture)