diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-20 15:02:21 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-20 15:02:21 -0400 |
commit | 911a8cc587458a44da9856c8f7783caabf119e78 (patch) | |
tree | 7dc53b1cbcd79aad08500d68f3762d86e199d5bc | |
parent | Auto-close delimiters with `electric-pair-mode` (diff) | |
download | mmosmacs-911a8cc587458a44da9856c8f7783caabf119e78.tar.gz mmosmacs-911a8cc587458a44da9856c8f7783caabf119e78.tar.bz2 mmosmacs-911a8cc587458a44da9856c8f7783caabf119e78.zip |
Highlight current line
-rw-r--r-- | init.el | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -75,6 +75,18 @@ | |||
75 | 75 | ||
76 | 76 | ||
77 | ;; --------------------------------- | 77 | ;; --------------------------------- |
78 | ;; Highlight stuff | ||
79 | ;; --------------- | ||
80 | ;; Sometimes it's hard to find | ||
81 | ;; things. Highlighting makes it a | ||
82 | ;; little easier. | ||
83 | ;; --------------------------------- | ||
84 | |||
85 | ;; Highlight current line | ||
86 | (when window-system (add-hook 'prog-mode-hook 'hl-line-mode)) | ||
87 | |||
88 | |||
89 | ;; --------------------------------- | ||
78 | ;; Scrolling | 90 | ;; Scrolling |
79 | ;; --------- | 91 | ;; --------- |
80 | ;; This makes the scrolling behavior | 92 | ;; This makes the scrolling behavior |