eframe 215 B

1234
  1. #!/bin/sh
  2. # my-init.org [[id:89d000e4-63dd-403a-885b-4fe8664e4026][create-a-new-frame]]
  3. emacsclient --eval "(make-frame-command)" $@
  4. # End my-init.org [[id:89d000e4-63dd-403a-885b-4fe8664e4026][create-a-new-frame]]