From 443aa2792081e09ea4f9ed10aea74ca3ad496e15 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Thu, 25 May 2023 23:57:27 -0400 Subject: Move "Highlight Stuff" subsection to "Graphical Environment" Section --- init.el | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index c56748c..8f66332 100644 --- a/init.el +++ b/init.el @@ -193,6 +193,21 @@ :init (add-hook 'after-init-hook 'all-the-icons-ivy-setup)) +;; --------------------------------- +;; Highlight stuff +;; --------------- +;; Sometimes it's hard to find +;; things. Highlighting makes it a +;; little easier. +;; --------------------------------- + +;; Highlight current line +(use-package hl-line + :straight (:type built-in) + :config (set-face-attribute 'hl-line nil :background "#111") + :hook (prog-mode . hl-line-mode)) + + ;; --------------------------------------------------------------------- -- cgit v1.2.3