diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-25 23:59:12 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-25 23:59:12 -0400 |
commit | 945491ca018b328d0622cb54c642af1790c90cd3 (patch) | |
tree | 897ad0f350a7ac9a674d3544e8714e8f76bf4a37 | |
parent | Move "Highlight Stuff" subsection to "Graphical Environment" Section (diff) | |
download | mmosmacs-945491ca018b328d0622cb54c642af1790c90cd3.tar.gz mmosmacs-945491ca018b328d0622cb54c642af1790c90cd3.tar.bz2 mmosmacs-945491ca018b328d0622cb54c642af1790c90cd3.zip |
Oopsie forgot something in that last commit
-rw-r--r-- | init.el | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |