diff options
Diffstat (limited to 'lisp/emulation/viper-init.el')
| -rw-r--r-- | lisp/emulation/viper-init.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 80938b0282a..465f6e5cfb8 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el | |||
| @@ -434,7 +434,10 @@ delete the text being replaced, as in standard Vi." | |||
| 434 | (if (fboundp 'make-variable-frame-local) | 434 | (if (fboundp 'make-variable-frame-local) |
| 435 | (make-variable-frame-local 'viper-insert-state-cursor-color)) | 435 | (make-variable-frame-local 'viper-insert-state-cursor-color)) |
| 436 | 436 | ||
| 437 | (defcustom viper-emacs-state-cursor-color "Magenta" | 437 | ;; viper-emacs-state-cursor-color doesn't work well. Causes cursor colors to be |
| 438 | ;; confused in some cases. So, this var is nulled for now. | ||
| 439 | ;; (defcustom viper-emacs-state-cursor-color "Magenta" | ||
| 440 | (defcustom viper-emacs-state-cursor-color nil | ||
| 438 | "Cursor color when Viper is in emacs state." | 441 | "Cursor color when Viper is in emacs state." |
| 439 | :type 'string | 442 | :type 'string |
| 440 | :group 'viper) | 443 | :group 'viper) |