From 8bf8c93fcde6f3e5d4a6a08d22c8994b9776f62e Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Thu, 8 Dec 2016 05:52:21 +0100 Subject: [PATCH] Emacs: Disabled scrollbar --- emacs.el | 1 + 1 file changed, 1 insertion(+) 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"))