diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-23 12:46:01 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-23 12:46:01 -0700 |
commit | 7b5a0e9e88f015cb68a46bb657661f4663e287af (patch) | |
tree | c469edc0e59b706f36d05be00470ab1a5afc0e80 /scripts/org-capture.sh | |
parent | 1b4242d63dcd02632e5abfe8496b2761e660fd33 (diff) |
dark mode and org capture
Diffstat (limited to 'scripts/org-capture.sh')
-rw-r--r-- | scripts/org-capture.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/org-capture.sh b/scripts/org-capture.sh new file mode 100644 index 0000000..ce92a91 --- /dev/null +++ b/scripts/org-capture.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +qvm-run emacs-org "emacsclient --eval '(+org-capture/open-frame)'" |