From 030f2f0f438cd6f50887becd70e18fd633ba499a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 6 Apr 2021 18:30:49 -0500 Subject: Blink cursor once --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 19c0f9a..4b0bd8c 100644 --- a/init.el +++ b/init.el @@ -3,7 +3,7 @@ ;; Created: Sometime during Covid-19, 2020 ;; Keywords: configuration ;; URL: https://tildegit.org/acdw/emacs -;; Bankruptcy: 6 +;; Bankruptcy: 7 ;; This file is NOT part of GNU Emacs. @@ -114,7 +114,9 @@ ;; Cursor (:option cursor-type 'bar - cursor-in-non-selected-windows 'hollow) + cursor-in-non-selected-windows 'hollow + blink-cursor-blinks 1) + (blink-cursor-mode +1) ;; Scrolling (:option auto-window-vscroll nil -- cgit 1.4.1-21-gabe81