summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 93948c30..7c25e79e 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -76,6 +76,9 @@
       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))