From b4de96102e5d96e753768a09a8e28e0bfcc23d13 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 10 Jan 2020 21:52:50 -0500 Subject: [PATCH] Use counsel-org-capture for Alfred command --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 81c8864..4d58cab 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -4634,7 +4634,7 @@ Add a function to power the [[https://orgmode.org/worg/org-contrib/alfred-org-ca (top . 400) (left . 300))) (select-frame-by-name "Org Capture") - (org-capture)) + (counsel-org-capture)) #+END_SRC * gist.el