Blink cursor once

This commit is contained in:
Case Duckworth 2021-04-06 18:30:49 -05:00
parent c05d1ba2c8
commit 0f458f78cb
2 changed files with 6 additions and 3 deletions

View File

@ -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)

View File

@ -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