We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have two questions
When I start emacs using emacsclient -c . and use the following in .tmux.conf
emacsclient -c .
set -g @resurrect-processes '"emacsclient -c ."'
It does not restore upon hitting prefix + C+r.
prefix + C+r
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
emacsclient -c --eval "(progn (magit-status) (delete-other-windows))"
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have two questions
Number 1
When I start emacs using
emacsclient -c .
and use the following in .tmux.confIt 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))"
, referenceI am not sure how to put it in the file. I tried
It does not work.
Both of them puts me in bash prompt
The text was updated successfully, but these errors were encountered: