[emacs] Add missing workmacs and org-clock-goto launcher
This commit is contained in:
parent
235d6283d2
commit
4ff95c1e94
2 changed files with 6 additions and 0 deletions
3
bin/executable_org-clock-goto
Normal file
3
bin/executable_org-clock-goto
Normal 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
3
bin/executable_workmacs
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
exec emacsclient -s workmacs --create-frame "$@"
|
Loading…
Reference in a new issue