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