~edwargix/emacs.d

e4791768b7d8f7b2d2be925573f8a563edbd2ff4 — David Florness 6 years ago 969a4b4
Don't blink the cursor in the terminal
1 files changed, 1 insertions(+), 0 deletions(-)

M lisp/setup-appearance.el
M lisp/setup-appearance.el => lisp/setup-appearance.el +1 -0
@@ 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