diff options
author | Case Duckworth | 2021-04-07 00:15:57 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-07 00:15:57 -0500 |
commit | ab73a298d54ca8053116b12e9d1035d0c155bd4b (patch) | |
tree | bdeb76253af81b8bc918912f0edaf89673e7a382 | |
parent | Uh (diff) | |
parent | Blink cursor once (diff) | |
download | emacs-ab73a298d54ca8053116b12e9d1035d0c155bd4b.tar.gz emacs-ab73a298d54ca8053116b12e9d1035d0c155bd4b.zip |
Merge branch 'main' of tildegit.org:acdw/emacs
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 0e621bd..033b907 100644 --- a/init.el +++ b/init.el | |||
@@ -115,7 +115,7 @@ | |||
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) | 118 | blink-cursor-blinks 1) |
119 | (blink-cursor-mode +1) | 119 | (blink-cursor-mode +1) |
120 | 120 | ||
121 | ;; Scrolling | 121 | ;; Scrolling |