-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
Emacs opens in scratch buffer in daemon mode #3244
Comments
Did you read the guidelines which github linked? This is very insufficient.
|
@robbyoconnor I can't find the guidelines. Can you link it? |
System Info
(shell :variables shell-default-shell 'term) |
Isn't this standard Emacs behaviour? |
@Immortalin CONTRIBUTING.md -- it was linked when you opened this issue...we expect you to read it. |
This sets the initial buffer for clients. Put this in your (setq initial-buffer-choice
(lambda ()
(get-buffer "*spacemacs*"))) |
I made a PR for this: #3257. |
@TheBB thanks! |
#3257 is in |
Emacs always open in the scratch buffer instead of the default spacemacs buffer when ran in daemon mode and accessed using emacsclient via the command "emacslient -c".
The text was updated successfully, but these errors were encountered: