diff options
author | David Robillard <d@drobilla.net> | 2017-11-08 08:58:51 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-11-19 13:05:11 +0100 |
commit | bea37d3f839262bca12585c412b3d513a994789d (patch) | |
tree | 2c44299dcf9d12784232a96a97f0fe508dfa0a05 | |
parent | ceaadb062b50963e6cf2070101adc09c00e1a115 (diff) | |
download | dotfiles-bea37d3f839262bca12585c412b3d513a994789d.tar.gz dotfiles-bea37d3f839262bca12585c412b3d513a994789d.tar.bz2 dotfiles-bea37d3f839262bca12585c412b3d513a994789d.zip |
Disable scroll bars by default
-rw-r--r-- | emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index de7e4e3..7645669 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -203,7 +203,7 @@ '(quack-pretty-lambda-p t) '(quack-run-scheme-always-prompts-p nil) '(savehist-mode t) - '(scroll-bar-mode (quote right)) + '(scroll-bar-mode nil) '(scroll-conservatively 5) '(send-mail-function (quote sendmail-send-it)) '(show-paren-mode t) |