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 noticed one strange behaviour - when going into fullscreen I'm getting toolbar at the top, which is odd because it's disabled:
(tool-bar-mode -1)
Is there any way to get toobar always hidden?
The text was updated successfully, but these errors were encountered:
I'm using prelude and if you go to my init.el at top you'll get the way prelude is using it, maybe it will fix your problem!
;; Turn off mouse interface early in startup to avoid momentary display ;; You really don't need these; trust me. (if (fboundp 'menu-bar-mode) (menu-bar-mode -1)) (if (fboundp 'tool-bar-mode) (tool-bar-mode -1)) (if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1))
Sorry, something went wrong.
No branches or pull requests
I noticed one strange behaviour - when going into fullscreen I'm getting toolbar at the top, which is odd because it's disabled:
(tool-bar-mode -1)
Is there any way to get toobar always hidden?
The text was updated successfully, but these errors were encountered: