From 0f458f78cba6ec42046cb1fcf856b9aa9d00327f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 6 Apr 2021 18:30:49 -0500 Subject: Blink cursor once --- early-init.el | 3 ++- init.el | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/early-init.el b/early-init.el index b8f652e..53059cd 100644 --- a/early-init.el +++ b/early-init.el @@ -28,7 +28,8 @@ ;;; Speed up init ;; see doom-emacs, et al. -(setq orig-file-name-handler-alist file-name-handler-alist +(setq load-prefer-newer noninteractive + orig-file-name-handler-alist file-name-handler-alist file-name-handler-alist nil) (acdw/gc-disable) 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