Emacs: ensure blink-cursor-mode is off
Alan Pearce ap@studio-40.com
Sun, 01 Jun 2014 15:08:31 +0100
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -76,6 +76,9 @@ jit-lock-stealth-load 100 jit-lock-chunk-size 1000 jit-lock-defer-time 0.01) +(when (fboundp #'blink-cursor-mode) + (blink-cursor-mode -1)) + (req-package solarized-theme :config (load-theme 'solarized-light t))