diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 6623f8e..55349b4 100644 --- a/config.org +++ b/config.org @@ -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 |