(blink-cursor): Don't turn on cursor blinking for
ms-dos.
This commit is contained in:
parent
f3625fc034
commit
8cfed09cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -843,7 +843,7 @@ window blinks."
|
|||
'blink-cursor-start))
|
||||
(setq blink-cursor-mode t)))))
|
||||
|
||||
(defcustom blink-cursor t
|
||||
(defcustom blink-cursor (not (eq system-type 'ms-dos))
|
||||
"*Non-nil means blink-cursor-mode is active."
|
||||
:tag "Blinking cursor"
|
||||
:type 'boolean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue