Emacs: Disabled scrollbar

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-12-08 05:52:21 +01:00
parent 72f0b377f4
commit 8bf8c93fcd
1 changed files with 1 additions and 0 deletions

View File

@ -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"))