summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/hlwm/capture-todo3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/hlwm/capture-todo b/bin/hlwm/capture-todo
index a93d1da..75c24a4 100755
--- a/bin/hlwm/capture-todo
+++ b/bin/hlwm/capture-todo
@@ -2,4 +2,5 @@
herbstclient rule pseudotile=on once
emacs -Q -l ~/.emacs.d/site-lisp/org-init.elc \
- --execute "(progn (org-capture nil \"t\") (delete-other-windows) (add-hook 'org-capture-after-finalize-hook 'kill-emacs))"
+ --execute "(progn (org-capture) (delete-other-windows)
+ (add-hook 'org-capture-after-finalize-hook 'kill-emacs))"