Skip to content
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

toolbar shows up even if permanently disabled #1

Open
mbuczko opened this issue Oct 23, 2012 · 1 comment
Open

toolbar shows up even if permanently disabled #1

mbuczko opened this issue Oct 23, 2012 · 1 comment

Comments

@mbuczko
Copy link

mbuczko commented Oct 23, 2012

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?

@xajler
Copy link
Owner

xajler commented Oct 23, 2012

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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants