aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-25 23:59:12 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-25 23:59:12 -0400
commit945491ca018b328d0622cb54c642af1790c90cd3 (patch)
tree897ad0f350a7ac9a674d3544e8714e8f76bf4a37 /init.el
parentMove "Highlight Stuff" subsection to "Graphical Environment" Section (diff)
downloadmmosmacs-945491ca018b328d0622cb54c642af1790c90cd3.tar.gz
mmosmacs-945491ca018b328d0622cb54c642af1790c90cd3.tar.bz2
mmosmacs-945491ca018b328d0622cb54c642af1790c90cd3.zip
Oopsie forgot something in that last commit
Diffstat (limited to 'init.el')
-rw-r--r--init.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/init.el b/init.el
index 8f66332..cf7b455 100644
--- a/init.el
+++ b/init.el
@@ -318,20 +318,6 @@
318 (add-hook mode (lambda () (display-line-numbers-mode 0)))) 318 (add-hook mode (lambda () (display-line-numbers-mode 0))))
319 319
320 320
321;; ---------------------------------
322;; Highlight stuff
323;; ---------------
324;; Sometimes it's hard to find
325;; things. Highlighting makes it a
326;; little easier.
327;; ---------------------------------
328
329;; Highlight current line
330(use-package hl-line
331 :straight (:type built-in)
332 :config (set-face-attribute 'hl-line nil :background "#111")
333 :hook (prog-mode . hl-line-mode))
334
335 321
336;; --------------------------------- 322;; ---------------------------------
337;; Scrolling 323;; Scrolling