diff options
| author | 2018-07-09 20:11:46 -0700 | |
|---|---|---|
| committer | 2018-07-09 20:11:46 -0700 | |
| commit | b0a67fd2d4068cd9328f7487fc191ea07b5d5ed9 (patch) | |
| tree | 93a321981a3d8fa181c51135e72328380a82ac11 /emacs | |
| parent | 9b5683a74dbc7649ab0c678338a098a83767ffd3 (diff) | |
| download | new-dotfiles-b0a67fd2d4068cd9328f7487fc191ea07b5d5ed9.tar.gz new-dotfiles-b0a67fd2d4068cd9328f7487fc191ea07b5d5ed9.zip | |
Don't blink cursor
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.emacs.d/init.el | 1 |
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'. |
