diff options
author | Amin Bandali <me@aminb.org> | 2015-02-24 15:25:03 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-02-24 15:25:03 -0500 |
commit | 044adadc76f2549fc602b2145fcfbeb72e827641 (patch) | |
tree | 2c090c0af37cd1ed137acc678be732c245cb94fb /spacemacs/.spacemacs | |
parent | a401af000791ee044a743553da5028f0beca1d5c (diff) | |
download | configs-044adadc76f2549fc602b2145fcfbeb72e827641.tar.gz configs-044adadc76f2549fc602b2145fcfbeb72e827641.tar.xz configs-044adadc76f2549fc602b2145fcfbeb72e827641.zip |
Disable state-based cursor color
https://github.com/syl20bnr/spacemacs/issues/601#issuecomment-75703320
Diffstat (limited to 'spacemacs/.spacemacs')
-rw-r--r-- | spacemacs/.spacemacs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 283c799..e9f2a61 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -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 |