From 9315f2fb9a69f6b3b9aa475923251c1ee94f4732 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 16 Mar 2023 11:49:44 +0100 Subject: Disable scroll bars. --- init.org | 5 +++-- 1 file 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) -- cgit v1.2.3