all repos — archive/dotfiles @ 2ab61a13e5a9eb78756d330b99ec4e8fa9c764b6

Superseded by nixfiles

Emacs: ensure blink-cursor-mode is off
Alan Pearce ap@studio-40.com
Sun, 01 Jun 2014 15:08:31 +0100
commit

2ab61a13e5a9eb78756d330b99ec4e8fa9c764b6

parent

a21fc6720e4353777073b51f18a4fb76ce530f78

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-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))