Android doesn’t recognise the existence of scrollbars?
This commit is contained in:
parent
0c96e9885c
commit
ab6d22e4d5
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ Make the +window+ /frame/ look nice and clean. Scroll bars behave pointlessly on
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq inhibit-startup-screen t)
|
(setq inhibit-startup-screen t)
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
(scroll-bar-mode -1)
|
(unless (string-equal system-type "android")
|
||||||
|
(scroll-bar-mode -1))
|
||||||
(tooltip-mode -1)
|
(tooltip-mode -1)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue