Disable state-based cursor color
authorAmin Bandali <me@aminb.org>
Tue, 24 Feb 2015 20:25:03 +0000 (15:25 -0500)
committerAmin Bandali <me@aminb.org>
Tue, 24 Feb 2015 20:25:03 +0000 (15:25 -0500)
https://github.com/syl20bnr/spacemacs/issues/601#issuecomment-75703320

spacemacs/.spacemacs

index 283c799..e9f2a61 100644 (file)
@@ -71,6 +71,8 @@
  ;; specified with an installed package.
  ;; Not used for now.
  dotspacemacs-default-package-repository nil
+ ;; Disable setting the cursor color according to states
+ dotspacemacs-colorize-cursor-according-to-state nil
  )
 
 ;; Initialization Hooks
@@ -87,7 +89,6 @@ This function is called at the very end of Spacemacs initialization."
   (setq powerline-default-separator nil)
   (setq TeX-PDF-mode t
         Tex-command-default 'TeX)
-  (spacemacs/set-evil-cursor-color 'normal "#FFFFEF")
 )
 
 ;; Custom variables