@ -239,7 +239,10 @@ Emacs' default user interface is horrendous, but with less than 10 lines of code
#+begin_src emacs-lisp
(setq inhibit-startup-message t)
(global-prettify-symbols-mode)
(scroll-bar-mode -1)
(when (< emacs-major-version 27)
(scroll-bar-mode -1))
(menu-bar-mode -1)
(tool-bar-mode -1)
(tooltip-mode -1)
@ -25,7 +25,10 @@