Fork me on GitHub
#spacemacs
<
2018-11-22
>
manas_marthi09:11:15

Hi all, I ran emacs --daemon, and then opened emacsclient --create-frame & and opened spacemacs. Then I typed SPC f t to open folder view. On a different terminal tab I ran emacsclient --create-frame to work on a different project. It was showing the same content as the other frame. Besides, when I tried to navigate to a folder it created two folder view windows..

manas_marthi10:11:47

Any idea how to run separate daemons for Separate projects?

ag10:11:31

@manas.marthi you don't need separate Emacs instances to open multiple frames. If you need separating context per project try Spacemacs Layouts. If you need to open a new frame/layout from terminal - you can run emacsclient with -e key and execute arbitrary emaclisp function

manas_marthi12:11:42

got it. thank you!