Fix the cursor setting when a snippet is available

This commit is contained in:
2017-09-25 11:07:02 +02:00
parent 535617dde3
commit 88db7d8ee6
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
'(background-mode dark)
'(blink-cursor-mode t)
'(column-number-mode t)
'(cursor-color "#5c5cff")
'(cursor-color "#ffd85c")
'(cursor-type (quote bar))
'(custom-enabled-themes (quote (tango)))
'(custom-file (concat user-emacs-directory "customizations.el"))