diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-02-23 20:17:30 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-02-23 20:17:30 +0800 |
commit | a6a5efaba3e1cf0459b738e21a9d52928ce2013e (patch) | |
tree | e84e5f28a49abe98cb57b875df896fa86f10e7d9 /_emacs.d/personal | |
parent | 7370f7808657e833ff33c3789e4b67cbceca9e28 (diff) | |
download | dotfiles-a6a5efaba3e1cf0459b738e21a9d52928ce2013e.tar.bz2 |
_emacs.d/personal: turn off the scroll bar
Diffstat (limited to '_emacs.d/personal')
-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) + |