# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1476388713 14400 # Node ID dafc9995fdad1d29a3c68cfd9f65ba6d50168601 # Parent 308651c52a9c7bb5e73f63ee3d80c61fc539b705 I do like hg-line-mode, let's enable it diff --git a/dotemacs.el b/dotemacs.el --- a/dotemacs.el +++ b/dotemacs.el @@ -27,6 +27,9 @@ (require 'fish-mode) +;; Let's highlight the current line in windows +(global-hl-line-mode) + ;; I think I like the idea of the cursor being more indicative of ;; where the point is. (bar-cursor-mode)