Skip to content

Instantly share code, notes, and snippets.

@shitikanth
shitikanth / base16-evil-cursors.el
Last active December 11, 2017 03:21
Set evil cursors consistent with base 16 themes automatically
(setq base16-evil-cursors
'(("normal" :base0B box)
("insert" :base0C (bar . 2))
("emacs" :base0D (bar . 2))
("hybrid" :base0D (bar . 2))
("replace" :base08 (hbar . 2))
("evilified" :base0A box)
("visual" :base09 (hbar . 2))
("motion" :base0E box)
("lisp" :base0E box)