removed scroll bar

files: .emacs.d/init.el
This commit is contained in:
finga 2015-11-26 17:33:06 +01:00
parent 0fae9a3c57
commit e00a62cde5

View file

@ -11,6 +11,7 @@
'(column-number-mode t)
'(custom-enabled-themes (quote (tango-dark)))
'(org-agenda-files (file-expand-wildcards "~/org-mode/*.org"))
'(scroll-bar-mode nil)
'(show-paren-mode t)
'(tool-bar-mode nil))