emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-lisp-state f40e85f19e 022/125: Remove `w` and `W` for


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state f40e85f19e 022/125: Remove `w` and `W` for now, seems to not work properly with evil
Date: Thu, 6 Jan 2022 04:58:38 -0500 (EST)

branch: elpa/evil-lisp-state
commit f40e85f19e89af7ae9ca0139297503e3d295fb16
Author: sbenner <sylvain.benner@gmail.com>
Commit: sbenner <sylvain.benner@gmail.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]