about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-07 00:15:57 -0500
committerCase Duckworth2021-04-07 00:15:57 -0500
commitab73a298d54ca8053116b12e9d1035d0c155bd4b (patch)
treebdeb76253af81b8bc918912f0edaf89673e7a382 /init.el
parentUh (diff)
parentBlink cursor once (diff)
downloademacs-ab73a298d54ca8053116b12e9d1035d0c155bd4b.tar.gz
emacs-ab73a298d54ca8053116b12e9d1035d0c155bd4b.zip
Merge branch 'main' of tildegit.org:acdw/emacs
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
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