branch: elpa/evil-lisp-state
commit f40e85f19e89af7ae9ca0139297503e3d295fb16
Author: sbenner <[email protected]>
Commit: sbenner <[email protected]>
Remove `w` and `W` for now, seems to not work properly with evil
---
evil-lisp-state.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 430a683062..6bc5602258 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -99,8 +99,6 @@
(define-key evil-lisp-state-map "T" 'sp-transpose-hybrid-sexp)
(define-key evil-lisp-state-map "u" 'undo-tree-undo)
(define-key evil-lisp-state-map "U" 'sp-unwrap-sexp)
-(define-key evil-lisp-state-map "w" 'sp-forward-symbol)
-(define-key evil-lisp-state-map "W" 'sp-forward-whitespace)
(define-key evil-lisp-state-map "y" 'sp-copy-sexp)
(define-key evil-lisp-state-map (kbd "RET") 'sp-newline)