diff options
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -357,7 +357,7 @@ For some programs, it might be necessary to set ~gsettings set org.gnome.desktop At the moment, explicitly disabling the menu bar and tool bar does nothing, because i already set there to be no lines displayed for the tool and menu bars in my early-init.el file. -#+begin_src elisp :tangle no +#+begin_src elisp (setopt menu-bar-mode nil tool-bar-mode nil) #+end_src |