about 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-06 18:30:49 -0500
commit030f2f0f438cd6f50887becd70e18fd633ba499a (patch)
treed54b65f3d981e802e2c55b9d98dd51d49361d18d /init.el
parent7 (diff)
downloademacs-030f2f0f438cd6f50887becd70e18fd633ba499a.tar.gz
emacs-030f2f0f438cd6f50887becd70e18fd633ba499a.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