legacy-dotfiles/bin/hlwm/capture-todo

6 lines
225 B
Text
Raw Normal View History

#!/bin/bash
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))"