From e4791768b7d8f7b2d2be925573f8a563edbd2ff4 Mon Sep 17 00:00:00 2001 From: David Florness Date: Tue, 11 Jun 2019 21:03:18 -0600 Subject: [PATCH] Don't blink the cursor in the terminal --- lisp/setup-appearance.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/setup-appearance.el b/lisp/setup-appearance.el index 2ac3cf2..4b0b07f 100644 --- a/lisp/setup-appearance.el +++ b/lisp/setup-appearance.el @@ -21,6 +21,7 @@ (scroll-bar-mode 0) ; Disable scroll bar (tool-bar-mode 0) ; Disable tool bar (blink-cursor-mode 0) ; Turn off cursor blinking +(setq visible-cursor nil) ; Turn off cursor blinking in terminals (column-number-mode 1) ; Show column number next to line number in mode line (show-paren-mode 1) ; Highlight parentheses (global-hi-lock-mode 1) ; Highlight stuff with M-s h -- 2.38.4