summaryrefslogtreecommitdiffstats
path: root/bin/hlwm/capture-todo
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hlwm/capture-todo')
-rwxr-xr-xbin/hlwm/capture-todo6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/hlwm/capture-todo b/bin/hlwm/capture-todo
deleted file mode 100755
index 75c24a4..0000000
--- a/bin/hlwm/capture-todo
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-herbstclient rule pseudotile=on once
-emacs -Q -l ~/.emacs.d/site-lisp/org-init.elc \
- --execute "(progn (org-capture) (delete-other-windows)
- (add-hook 'org-capture-after-finalize-hook 'kill-emacs))"