Bone Baboon <[email protected]> writes: > When I use a virtual terminal or Emacs on a virtual terminal using > `emacsclient --tty` I have a blinking cursor. My preference is to not > have the cursor blink.
In addition to Julien's suggestion, I'll also point out that you can tell Emacs to not use a blinking cursor by including this line in your ~/.emacs.d/init.el file: (blink-cursor-mode 0) Hope that helps, Gary -- GPG Key ID: 7BC158ED Use `gpg --search-keys lambdatronic' to find me Protect yourself from surveillance: https://emailselfdefense.fsf.org ======================================================================= () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments Why is HTML email a security nightmare? See https://useplaintext.email/ Please avoid sending me MS-Office attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
