diff --git a/emacs/init.org b/emacs/init.org index 65104a7..860b787 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -5022,6 +5022,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") + (add-hook 'org-capture-after-finalize-hook #'delete-frame t t) (counsel-org-capture)) #+END_SRC