diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/init.el b/init.el index 19c0f9a..4b0bd8c 100644 --- a/init.el +++ b/init.el | |||
@@ -3,7 +3,7 @@ | |||
3 | ;; Created: Sometime during Covid-19, 2020 | 3 | ;; Created: Sometime during Covid-19, 2020 |
4 | ;; Keywords: configuration | 4 | ;; Keywords: configuration |
5 | ;; URL: https://tildegit.org/acdw/emacs | 5 | ;; URL: https://tildegit.org/acdw/emacs |
6 | ;; Bankruptcy: 6 | 6 | ;; Bankruptcy: 7 |
7 | 7 | ||
8 | ;; This file is NOT part of GNU Emacs. | 8 | ;; This file is NOT part of GNU Emacs. |
9 | 9 | ||
@@ -114,7 +114,9 @@ | |||
114 | 114 | ||
115 | ;; Cursor | 115 | ;; Cursor |
116 | (:option cursor-type 'bar | 116 | (:option cursor-type 'bar |
117 | cursor-in-non-selected-windows 'hollow) | 117 | cursor-in-non-selected-windows 'hollow |
118 | blink-cursor-blinks 1) | ||
119 | (blink-cursor-mode +1) | ||
118 | 120 | ||
119 | ;; Scrolling | 121 | ;; Scrolling |
120 | (:option auto-window-vscroll nil | 122 | (:option auto-window-vscroll nil |