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

fix: toolbar and scroll bars still shown #107

Merged
merged 1 commit into from
Dec 15, 2021
Merged

Conversation

azzamsa
Copy link
Contributor

@azzamsa azzamsa commented Dec 5, 2021

Using the previous code. I still have toolbar and scroll bars shown. This PR fixes the problem at least for me.

I also need to change the "No menu bar" to the code below. Otherwise, it wont work.

 
 ;; No menu bar
-(if (display-graphic-p)
-    (menu-bar-mode t) ;; When nil, focus problem on OSX
-  (menu-bar-mode -1))
+(menu-bar-mode -1)
GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) of 2021-12-01
c13b49a110 (HEAD -> master, origin/master, origin/HEAD) 2 days ago update_autogen: Remove deprecated -I flag (Stefan Kangas)

OS: Debian GNU/Linux 11 (bullseye)
Kernel: Linux 5.10.0-9-amd64 x86_64

@rougier
Copy link
Owner

rougier commented Dec 15, 2021

Thansk.

@rougier rougier merged commit 70993ff into rougier:master Dec 15, 2021
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

Successfully merging this pull request may close these issues.

2 participants