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/functions.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d/functions.el') diff --git a/.emacs.d/functions.el b/.emacs.d/functions.el index a8d17d7..c3e393d 100644 --- a/.emacs.d/functions.el +++ b/.emacs.d/functions.el @@ -126,7 +126,8 @@ Currently adds | & ! . + = - / % * , < > ? : ->" '(markdown-header-face-5 (:inherit 'org-level-5)) '(markdown-header-face-6 (:inherit 'org-level-6))) - (add-hook 'emacs-startup-hook 'fullscreen)) + (add-hook 'emacs-startup-hook 'fullscreen) + (setq linum-format " %d")) (defun cli-init () "Add a space to the linum column" -- cgit v1.2.3-54-g00ecf