summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-06 18:30:49 -0500
committerCase Duckworth2021-04-07 00:12:39 -0500
commit0f458f78cba6ec42046cb1fcf856b9aa9d00327f (patch)
tree191f51e472c5e67b6bfc5069865828424e1b46dd /init.el
parent7 (diff)
downloademacs-0f458f78cba6ec42046cb1fcf856b9aa9d00327f.tar.gz
emacs-0f458f78cba6ec42046cb1fcf856b9aa9d00327f.zip
Blink cursor once
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
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