Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ;; use emacs daemon with name, so that we start several Emacs daemons.
  2. ;; for example
  3. emacs --daemon=main
  4. emacs --daemon=coding
  5.  
  6. ;; use emacsclient to connect with the daemon.
  7. emacsclient -nc --socket-name=main
  8.  
  9. ;; get the emacs daemon pid
  10. ps aux | grep -i 'emacs --daemon'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement