Guest User

Untitled

a guest
Jan 16th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. emacsclient -a "" -c
  2.  
  3. (add-to-list 'default-frame-alist '(fullscreen . maximized))
  4.  
  5. emacsclient -a "" -c --eval "(progn (find-file "/tmp/my-file") (suspend-frame))"
  6.  
  7. #!/bin/bash
  8. emacsclient -a "" -c --eval "(progn (find-file "$1") (suspend-frame))"
Add Comment
Please, Sign In to add comment