diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 16:04:11 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 16:04:11 -0400 |
commit | f8d7528a5a6ee83536ad397bbad8c46f5984d61f (patch) | |
tree | 2af66ef2f73442300066ec3b3a708740857afa8c /.emacs.d | |
parent | 8d5dd1b09ca02e869c89ac87f89bc790bc7c29ee (diff) | |
parent | d383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 (diff) |
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Conflicts:
.emacs
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/custom.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index e69de29..d8fdce4 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -0,0 +1,6 @@ +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(scroll-bar-mode nil)) |