From 3e03ee8497f674cd4cbe43fd65cb7d554b93c05b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 18 Nov 2018 00:12:59 -0500 Subject: [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. --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3-60-g2f50