aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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