From f110d4c79e65cdcf36321d548c3228ef17547401 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 8 Nov 2011 16:43:19 +0200 Subject: [PATCH] activate global-hl-line-mode by default --- modules/prelude-editor.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/prelude-editor.el b/modules/prelude-editor.el index 0909d8d..82568c6 100644 --- a/modules/prelude-editor.el +++ b/modules/prelude-editor.el @@ -120,6 +120,9 @@ (show-paren-mode t) (setq show-paren-style 'parenthesis) +;; highlight the current line +(global-hl-line-mode +1) + ;; tramp, for sudo access (require 'tramp) ;; keep in mind known issues with zsh - see emacs wiki