-
Notifications
You must be signed in to change notification settings - Fork 462
Open
Description
I have two questions
Number 1
When I start emacs using emacsclient -c .
and use the following in .tmux.conf
set -g @resurrect-processes '"emacsclient -c ."'
It does not restore upon hitting prefix + C+r
.
Number 2
In a similar way I want to automate the magit. So I start magit using emacsclient -c --eval "(progn (magit-status) (delete-other-windows))"
, reference
I am not sure how to put it in the file. I tried
set -g @resurrect-processes '"emacsclient->emacsclient -c --eval \"(progn (magit-status) (delete-other-windows))\""'
It does not work.
Both of them puts me in bash prompt
baleti
Metadata
Metadata
Assignees
Labels
No labels