From 9f9a17a244213ae814be95ac91cf8d7044abf3eb Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 29 Aug 2011 11:24:19 +0200 Subject: EMACS: Show scrollbar and add space before line numbers --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 528e650..62cd22e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -211,7 +211,6 @@ (tool-bar-mode -1) ; no toolbar (menu-bar-mode -1) ; no menubar -(scroll-bar-mode -1) ; no scrollbars (line-number-mode -1) ; don't show line number in splitter (global-linum-mode t) ; Show line numbers in gutter (column-number-mode t) ; show column number in splitter -- cgit v1.2.3-54-g00ecf