summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-07-28 08:21:13 +0000
committernoa@gaiwan.org2024-07-28 08:21:13 +0000
commita22e0417c873c722a75f38341d8fbfdb616b82c8 (patch)
tree7ef7ace10e3040792fa7c9e8128f174c775f9c2a /config.org
parentcb03dc8db62fb81800b20219ee8929e555497443 (diff)
Enable disabling tool bar and menu bar
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
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