Android doesn’t recognise the existence of scrollbars?

master
trémeur 1 year ago
parent 0c96e9885c
commit ab6d22e4d5

@ -62,7 +62,8 @@ Make the +window+ /frame/ look nice and clean. Scroll bars behave pointlessly on
#+BEGIN_SRC emacs-lisp
(setq inhibit-startup-screen t)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(unless (string-equal system-type "android")
(scroll-bar-mode -1))
(tooltip-mode -1)
#+END_SRC

Loading…
Cancel
Save