[emacs] Add missing workmacs and org-clock-goto launcher

This commit is contained in:
Sebastian Schulze 2024-12-19 23:46:52 +01:00
parent 235d6283d2
commit 4ff95c1e94
No known key found for this signature in database
GPG key ID: F6BA63C6A7D3044E
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
exec emacsclient -s workmacs --create-frame --eval "(org-clock-goto)"

3
bin/executable_workmacs Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
exec emacsclient -s workmacs --create-frame "$@"