summaryrefslogtreecommitdiffstats
path: root/bin/hlwm/capture-todo
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-10 09:13:06 +0200
committerGravatar Tom Willemsen2012-10-10 09:13:06 +0200
commitea2f6bbaea6e8b785aeb5028587c21103a5b727a (patch)
treeae60d6843fa44183dd6464a3a4e6c497075fc3de /bin/hlwm/capture-todo
parentc80b8bb51b3bf4652c560d6549df083ff7de3f9e (diff)
downloaddotfiles-ea2f6bbaea6e8b785aeb5028587c21103a5b727a.tar.gz
dotfiles-ea2f6bbaea6e8b785aeb5028587c21103a5b727a.zip
Delete old files
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))"