Emacs: disable cursor blinking

This commit is contained in:
Marcel Kapfer 2017-11-28 00:08:53 +01:00
parent e2193fd547
commit fa3779076c
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
;; don't load outdated packages
(setq load-prefer-newer t)
;; disable cursor blinking
(blink-cursor-mode -1)
;; -----------------------------------------------------------------------------
;; Basic configuration