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
1 changed files with 2 additions and 0 deletions

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