aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-20 15:02:21 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-20 15:02:21 -0400
commit911a8cc587458a44da9856c8f7783caabf119e78 (patch)
tree7dc53b1cbcd79aad08500d68f3762d86e199d5bc /init.el
parentAuto-close delimiters with `electric-pair-mode` (diff)
downloadmmosmacs-911a8cc587458a44da9856c8f7783caabf119e78.tar.gz
mmosmacs-911a8cc587458a44da9856c8f7783caabf119e78.tar.bz2
mmosmacs-911a8cc587458a44da9856c8f7783caabf119e78.zip
Highlight current line
Diffstat (limited to 'init.el')
-rw-r--r--init.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/init.el b/init.el
index ca189a8..6b6ae0b 100644
--- a/init.el
+++ b/init.el
@@ -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