From f1ca81b02103953d5a82ed79643be18ba50d1478 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 21 Mar 2019 14:58:09 +0000 Subject: [PATCH] Remove scroll bars from Emacs I don't use these; they take up space; the colors clash with my dark theme. --- configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el index 2334a8947..7d91cea4b 100644 --- a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el +++ b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el @@ -153,6 +153,9 @@ ;; highlight matching parens, brackets, etc (show-paren-mode 1) +;; hide the scroll-bars in the GUI +(toggle-scroll-bar -1) + ;; GUI alerts in emacs (use-package alert :commands (alert)