Emacs: Disabled scrollbar
This commit is contained in:
parent
72f0b377f4
commit
8bf8c93fcd
1 changed files with 1 additions and 0 deletions
1
emacs.el
1
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"))
|
||||
|
|
Loading…
Reference in a new issue