aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-07-09 20:11:46 -0700
committerGravatar Tom Willemse2018-07-09 20:11:46 -0700
commitb0a67fd2d4068cd9328f7487fc191ea07b5d5ed9 (patch)
tree93a321981a3d8fa181c51135e72328380a82ac11 /emacs/.emacs.d
parent9b5683a74dbc7649ab0c678338a098a83767ffd3 (diff)
downloadnew-dotfiles-b0a67fd2d4068cd9328f7487fc191ea07b5d5ed9.tar.gz
new-dotfiles-b0a67fd2d4068cd9328f7487fc191ea07b5d5ed9.zip
Don't blink cursor
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 6f945e8..ff87d5f 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -189,6 +189,7 @@
(require 'diff-hl)
(global-diff-hl-mode)
+(blink-cursor-mode -1)
(defun oni:with-diff-hl-p4-args (orig-fun &rest args)
"Add Perforce-specific command-line arguments to `diff-hl-mode'.