Lisp state color is pink and cursor is a bar

This commit is contained in:
syl20bnr 2014-10-12 01:42:26 -04:00
parent c11fc6cff4
commit 5719aae314
2 changed files with 3 additions and 3 deletions

View file

@ -255,7 +255,7 @@ than just a Vim emulation. It has more states than Vim for instance.
- **Motion** (purple) - exclusive to `Evil`, used to navigate read only buffers
- **Emacs** (red) - exclusive to `Evil`, using this state is like using a
regular Emacs without Vim
- **Lisp** (blue) - exclusive to `Spacemacs`, used to navigate Lisp code and
- **Lisp** (pink) - exclusive to `Spacemacs`, used to navigate Lisp code and
modify it
### Evil leader

View file

@ -139,7 +139,7 @@ which require an initialization must be listed explicitly in the list.")
(defun set-default-evil-motion-state-cursor ()
(setq evil-motion-state-cursor '("purple" box)))
(defun set-default-evil-lisp-state-cursor ()
(setq evil-lisp-state-cursor '("DeepSkyBlue" box)))
(setq evil-lisp-state-cursor '("HotPink1" (bar . 2))))
(defun evil-insert-state-cursor-hide ()
(setq evil-insert-state-cursor '("green3" (hbar . 0))))
(set-default-evil-emacs-state-cursor)
@ -236,7 +236,7 @@ inserted in the buffer (if it is not read-only)."
((evil-motion-state-p) '(:background "purple"))
((evil-visual-state-p) '(:background "gray"))
((evil-normal-state-p) '(:background "orange"))
((evil-lisp-state-p) '(:background "DeepSkyBlue"))
((evil-lisp-state-p) '(:background "HotPink1"))
(t '()))))
(defpowerline powerline-window-number