feature/evil: unbind \\ (don't interfere with localleader)

This commit is contained in:
Henrik Lissner 2017-05-07 02:28:20 +02:00
parent 4aa1427811
commit d098607070

View file

@ -47,6 +47,9 @@
'("*evil-registers*" :size 0.3)
'("*Command Line*" :size 8))
;; Don't interfere with localleader key
(define-key evil-motion-state-map "\\" nil)
;; Set cursor colors later, presumably once theme is loaded
(defun +evil*init-cursors (&rest _)
(setq evil-default-cursor (face-attribute 'cursor :background nil t)