feature/evil: unbind \\ (don't interfere with localleader)
This commit is contained in:
parent
4aa1427811
commit
d098607070
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue