-
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
how set .spacemacs to run [SPC T M] when the program running? #6851
Comments
Hav you try use the varible dotspacemacs-fullscreen-at-startup, dotspacemacs-maximized-at-startup in the .spacemacs file? |
As @lsytj0413 says the correct way is to use those variables. You can check what function is run by a keybinding using
Therefore:
Or:
|
@TheBB You in the .spacemacs: restart but no change. |
That isn't valid elisp. (defun dotspacemacs/user-config ()
"Configuration function for user code.
This function is called at the very end of Spacemacs initialization after
layers configuration.
This is the place where most of your configurations should be done. Unless it is
explicitly specified that a variable should be set before a package is loaded,
you should place your code here."
(spacemacs/toggle-maximize-frame-on)
)
|
It's work. |
I like use spacemacs with full screen.
I must enter [SPC T M] after run the spacemacs everytime.
This is the wrong way to lifting efficiency.
Who can tell me to how set .spacemacs to run [SPC T M] when the program running.
The text was updated successfully, but these errors were encountered: