summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.org b/init.org
index 23ecadd..e9e13f2 100644
--- a/init.org
+++ b/init.org
@@ -94,8 +94,9 @@ Here are a few more simple tweaks:
;; display tool tips in echo area only
(tooltip-mode -1)
-(tool-bar-mode 0)
-(menu-bar-mode 0)
+(tool-bar-mode -1)
+(menu-bar-mode -1)
+(scroll-bar-mode -1)
;; by default Emacs will only resize the frame line by line
(setq frame-resize-pixelwise t)