diff options
| author | Amin Bandali <me@aminb.org> | 2015-02-15 22:18:04 -0500 | 
|---|---|---|
| committer | Amin Bandali <me@aminb.org> | 2015-02-15 22:18:04 -0500 | 
| commit | 0c2909a278c877ae8cd7468fb4a190e1173dbfa1 (patch) | |
| tree | f0a90513221612fba01d3bd1e089cedc73d8571a | |
| parent | b89d15bb3a0f48f9b134233adb35e58d4d960dc1 (diff) | |
| download | configs-0c2909a278c877ae8cd7468fb4a190e1173dbfa1.tar.gz configs-0c2909a278c877ae8cd7468fb4a190e1173dbfa1.tar.xz configs-0c2909a278c877ae8cd7468fb4a190e1173dbfa1.zip  | |
change normal mode cursor color to match zenburn
Diffstat (limited to '')
| -rw-r--r-- | spacemacs/.spacemacs | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 2d75751..283c799 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -87,6 +87,7 @@ 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  | 
