diff --git a/emacs.el b/emacs.el index 2cc51d8..b940db7 100644 --- a/emacs.el +++ b/emacs.el @@ -101,6 +101,7 @@ ;;; hide tool bar and menu bar (menu-bar-mode 0) (tool-bar-mode 0) +(scroll-bar-mode 0) ;;; slime (load (expand-file-name "~/quicklisp/slime-helper.el"))