diff options
| author | Amin Bandali <bandali@gnu.org> | 2018-11-18 00:12:59 -0500 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2018-11-18 00:18:48 -0500 | 
| commit | 3e03ee8497f674cd4cbe43fd65cb7d554b93c05b (patch) | |
| tree | f886e4c3ef17f611b697020f1bd5e3649917d497 /.gitmodules | |
| parent | e8a7d9af83b8f8869a02322bc670f3f7904f6027 (diff) | |
| download | configs-3e03ee8497f674cd4cbe43fd65cb7d554b93c05b.tar.gz configs-3e03ee8497f674cd4cbe43fd65cb7d554b93c05b.tar.xz configs-3e03ee8497f674cd4cbe43fd65cb7d554b93c05b.zip  | |
[emacs] add general and evil{,-escape}, with *lots* of enhancements
extremely happy with how this has turned out so far.  after all, i may
be able to use and stick with evil.
Diffstat (limited to '')
| -rw-r--r-- | .gitmodules | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 914abe7..9923021 100644 --- a/.gitmodules +++ b/.gitmodules @@ -85,6 +85,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 @@ -97,6 +103,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  | 
