diff options
Diffstat (limited to '_emacs.d/personal/10-config.el')
-rw-r--r-- | _emacs.d/personal/10-config.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_emacs.d/personal/10-config.el b/_emacs.d/personal/10-config.el index 215962b..c76b0d7 100644 --- a/_emacs.d/personal/10-config.el +++ b/_emacs.d/personal/10-config.el @@ -25,3 +25,6 @@ ;; Prevent kill and yank commands from accessing the clipboard (setq x-select-enable-clipboard nil) +;; Turn off the scroll bar +(scroll-bar-mode -1) + |