diff options
| author | Amin Bandali <bandali@gnu.org> | 2018-12-21 20:22:29 -0500 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2018-12-21 20:22:29 -0500 | 
| commit | ee0dbfb503ff924d6d2778891c18b6e62774cbb1 (patch) | |
| tree | 422b2933442f54fd266070b9518c2edefc8221c9 /.gitmodules | |
| parent | 51a4fdb014ea32241dab63afcae7ccac283ce103 (diff) | |
| download | configs-ee0dbfb503ff924d6d2778891c18b6e62774cbb1.tar.gz configs-ee0dbfb503ff924d6d2778891c18b6e62774cbb1.tar.xz configs-ee0dbfb503ff924d6d2778891c18b6e62774cbb1.zip  | |
[emacs] remove evil and go back to vanilla emacs bindings
it’s become too exhausting to keep thinking if i’m in normal
vs. insert mode to choose SPC vs. M-m for as the prefix for the
binding i’m about to type
Diffstat (limited to '')
| -rw-r--r-- | .gitmodules | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules index ac00f35..72e0ae2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -86,18 +86,6 @@  [submodule "eshell-up"]  	path = lib/eshell-up  	url = git@github.com:peterwvj/eshell-up.git -[submodule "evil"] -	path = lib/evil -	url = git@github.com:emacs-evil/evil.git -[submodule "evil-escape"] -	path = lib/evil-escape -	url = git@github.com:syl20bnr/evil-escape.git -[submodule "evil-nerd-commenter"] -	path = lib/evil-nerd-commenter -	url = git@github.com:redguardtoo/evil-nerd-commenter.git -[submodule "evil-surround"] -	path = lib/evil-surround -	url = git@github.com:emacs-evil/evil-surround.git  [submodule "exec-path-from-shell"]  	path = lib/exec-path-from-shell  	url = git@github.com:purcell/exec-path-from-shell.git  | 
