summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-30 20:59:36 -0600
committerCase Duckworth2020-11-30 20:59:56 -0600
commit50848ba7267c482275866686a9f9aa8bb78a12fe (patch)
treeee6c444024f6e06aa2f9157ea4b610b261074fa9 /config.org
parentChange comment face (diff)
downloademacs-50848ba7267c482275866686a9f9aa8bb78a12fe.tar.gz
emacs-50848ba7267c482275866686a9f9aa8bb78a12fe.zip
Remove vertical scrollbars
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
1 files changed, 2 insertions, 1 deletions
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.
269 (cuss default-frame-alist 269 (cuss default-frame-alist
270 '((tool-bar-lines . 0) 270 '((tool-bar-lines . 0)
271 (menu-bar-lines . 0) 271 (menu-bar-lines . 0)
272 (vertical-scroll-bars . 'right) 272 (vertical-scroll-bars . nil)
273 (horizontal-scroll-bars . nil) 273 (horizontal-scroll-bars . nil)
274 (right-divider-width . 2) 274 (right-divider-width . 2)
275 (bottom-divider-width . 2) 275 (bottom-divider-width . 2)
@@ -293,6 +293,7 @@ I also want to switch themes between night and day.
293#+begin_src emacs-lisp 293#+begin_src emacs-lisp
294 (menu-bar-mode -1) 294 (menu-bar-mode -1)
295 (tool-bar-mode -1) 295 (tool-bar-mode -1)
296 (scroll-bar-mode -1)
296 (horizontal-scroll-bar-mode -1) 297 (horizontal-scroll-bar-mode -1)
297#+end_src 298#+end_src
298 299