diff options
-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 |