6 lines
231 B
Bash
Executable file
6 lines
231 B
Bash
Executable file
#!/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))"
|