From a6a5efaba3e1cf0459b738e21a9d52928ce2013e Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 23 Feb 2016 20:17:30 +0800 Subject: _emacs.d/personal: turn off the scroll bar --- _emacs.d/personal/10-config.el | 3 +++ 1 file changed, 3 insertions(+) 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) + -- cgit v1.2.2