Skip to content

Commit

Permalink
update evil-terminal-cursor due to upstream change
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwuz authored and syl20bnr committed Mar 17, 2015
1 parent 7bcf1dc commit 92d20a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spacemacs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,9 @@ which require an initialization must be listed explicitly in the list.")
(defun spacemacs/init-evil-terminal-cursor-changer ()
(unless (display-graphic-p)
(require 'evil-terminal-cursor-changer)
(setq etcc--evil-insert-state-cursor 'bar) ;
(setq etcc--evil-visual-state-cursor 'box) ; _
(setq etcc--evil-emacs-state-cursor 'hbar) ;
(setq evil-visual-state-cursor 'box) ;
(setq evil-insert-state-cursor 'bar) ;
(setq evil-emacs-state-cursor 'hbar) ; _
))

(defun spacemacs/init-evil-tutor ()
Expand Down

0 comments on commit 92d20a4

Please sign in to comment.