aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-02-23 20:17:30 +0800
committerAaron LI <aaronly.me@gmail.com>2016-02-23 20:17:30 +0800
commita6a5efaba3e1cf0459b738e21a9d52928ce2013e (patch)
treee84e5f28a49abe98cb57b875df896fa86f10e7d9
parent7370f7808657e833ff33c3789e4b67cbceca9e28 (diff)
downloaddotfiles-a6a5efaba3e1cf0459b738e21a9d52928ce2013e.tar.bz2
_emacs.d/personal: turn off the scroll bar
-rw-r--r--_emacs.d/personal/10-config.el3
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)
+