First, start the emacs server. Add the following line in your
.emacs file:(server-start)Start emacs, and use emacs client from the command line to open the files in the already open emacs instance:
emacsclient -n filenameIt helps to create an alias:
alias cemacs='emacsclient -n'
alias emacs='emacs &'
 
No comments:
Post a Comment