From b287230a23b0b6ed1f9457ef478d9ec003feaa2d Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 21 Oct 2009 16:32:41 +0200 Subject: Several things: * Added some emacs config * Vim again for git commits * Added cursorline to vimrc --- emacs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs b/emacs index f49670f..4b305e0 100644 --- a/emacs +++ b/emacs @@ -3,5 +3,10 @@ (global-linum-mode) (setq linum-format "%d ") -;; no backups +;; no backup and autosave files (setq make-backup-files nil) +(setq backup-inhibited t) + +;; hilight actual line +(global-hl-line-mode 1) +(set-face-background 'hl-line "#333") \ No newline at end of file -- cgit v1.2.3