diff options
| author | Amin Bandali <aminb@gnu.org> | 2018-06-24 13:48:25 -0400 | 
|---|---|---|
| committer | Amin Bandali <aminb@gnu.org> | 2018-06-24 13:48:25 -0400 | 
| commit | 3ea5e792dcaadc84a2b932f7c04d4de264a30553 (patch) | |
| tree | 8e9cdb62926831a1525b1b324cf292e6cb1ecfe5 /.gitmodules | |
| parent | b5208764640a0cf89b4569efda90eead8499107f (diff) | |
| download | configs-3ea5e792dcaadc84a2b932f7c04d4de264a30553.tar.gz configs-3ea5e792dcaadc84a2b932f7c04d4de264a30553.tar.xz configs-3ea5e792dcaadc84a2b932f7c04d4de264a30553.zip  | |
[emacs] add evil{,-escape} and general and some keybindings
Diffstat (limited to '')
| -rw-r--r-- | .gitmodules | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5c2d05f..28eced6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,6 +40,12 @@  [submodule "epl"]  	path = lib/epl  	url = git@github.com:cask/epl.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 "exec-path-from-shell"]  	path = lib/exec-path-from-shell  	url = git@github.com:purcell/exec-path-from-shell.git @@ -55,6 +61,9 @@  [submodule "flycheck-haskell"]  	path = lib/flycheck-haskell  	url = git@github.com:flycheck/flycheck-haskell.git +[submodule "general"] +	path = lib/general +	url = git@github.com:noctuid/general.el.git  [submodule "ghub"]  	path = lib/ghub  	url = git@github.com:magit/ghub.git  | 
