From 30d926bc211790204540cf07015ab7a5707ad9d6 Mon Sep 17 00:00:00 2001
From: Aryadev Chavali <aryadev@aryadevchavali.com>
Date: Tue, 9 Mar 2021 18:07:40 +0000
Subject: (Emacs)+hl-line mode

Just looks nice :)
---
 Emacs/.config/emacs/config.org | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'Emacs')

diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 3eb3084..7baa1c6 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -890,6 +890,11 @@ if possible.
   :init
   (setq-default display-line-numbers-type 'relative))
 #+end_src
+** Hl-line
+Hl-line is a
+#+begin_src emacs-lisp
+(use-package hl-line
+  :hook (text-mode-hook . hl-line-mode))
 #+end_src
 ** Projectile
 Setup projectile, along with the tags command.  Also bind "C-c C-p" to
-- 
cgit v1.2.3-13-gbd6f