Emacs: disable cursor blinking
This commit is contained in:
parent
e2193fd547
commit
fa3779076c
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
||||||
;; don't load outdated packages
|
;; don't load outdated packages
|
||||||
(setq load-prefer-newer t)
|
(setq load-prefer-newer t)
|
||||||
|
|
||||||
|
;; disable cursor blinking
|
||||||
|
(blink-cursor-mode -1)
|
||||||
|
|
||||||
;; -----------------------------------------------------------------------------
|
;; -----------------------------------------------------------------------------
|
||||||
|
|
||||||
;; Basic configuration
|
;; Basic configuration
|
||||||
|
|
Loading…
Reference in a new issue