From 50848ba7267c482275866686a9f9aa8bb78a12fe Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 30 Nov 2020 20:59:36 -0600 Subject: Remove vertical scrollbars --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index 0d52eb7..da299c5 100644 --- a/config.org +++ b/config.org @@ -269,7 +269,7 @@ I also want to switch themes between night and day. (cuss default-frame-alist '((tool-bar-lines . 0) (menu-bar-lines . 0) - (vertical-scroll-bars . 'right) + (vertical-scroll-bars . nil) (horizontal-scroll-bars . nil) (right-divider-width . 2) (bottom-divider-width . 2) @@ -293,6 +293,7 @@ I also want to switch themes between night and day. #+begin_src emacs-lisp (menu-bar-mode -1) (tool-bar-mode -1) + (scroll-bar-mode -1) (horizontal-scroll-bar-mode -1) #+end_src -- cgit 1.4.1-21-gabe81