Add org-quick-capture script

This commit is contained in:
Marcel Kapfer 2022-10-13 20:36:25 +02:00
parent ef157712a1
commit f0546b0958
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

2
scripts/org-quick-capture.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
emacsclient -c -F '(quote (name . "capture"))' -e '(activate-capture-frame)' 2&>1 > /dev/null