changeset 148:dafc9995fdad

I do like hg-line-mode, let's enable it
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 13 Oct 2016 15:58:33 -0400
parents 308651c52a9c
children f356969fc447
files dotemacs.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)