chiark / gitweb /
dot/emacs: Don't stop blinking the cursor.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 Aug 2017 21:59:08 +0000 (22:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 2 Aug 2017 21:59:08 +0000 (22:59 +0100)
So I wasn't imagining it, and it's not a strange bug.  Good.

dot/emacs

index c8e49599de6ad05d354a6931c8019a68097865c8..31d074c1429d03ffbd77a7ae451254bd1268a9cc 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq read-quoted-char-radix 16)       ;C-q HEX-STUFF [RET]
 (setq case-fold-file-names nil)                ;Don't translate file names (grr...)
 (setq scroll-step 5)                   ;Don't scroll too much at a time
+(setq blink-cursor-blinks 0)           ;Keep blinking the cursor
 (setq-default fill-column mdw-text-width) ;I use rather narrow windows
 (setq-default comment-column 40)       ;Set a standard comment column
 (setq-default truncate-partial-width-windows nil