diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-28 16:22:36 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-28 16:22:36 -0400 |
commit | 7538956fa487b757a40080ee145b9e2abb4142c6 (patch) | |
tree | d6430e691a59fbf7e4b1830818457f6a12deaeb0 /.gitmodules | |
parent | 967b0a8269f01ba3020df0725a56615826993df3 (diff) | |
download | configs-7538956fa487b757a40080ee145b9e2abb4142c6.tar.gz configs-7538956fa487b757a40080ee145b9e2abb4142c6.tar.xz configs-7538956fa487b757a40080ee145b9e2abb4142c6.zip |
[emacs] enable exec-path-from-shell
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6a5b74d..2ce5dbb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,6 +28,9 @@ [submodule "epkg"] path = lib/epkg url = git@github.com:emacscollective/epkg.git +[submodule "exec-path-from-shell"] + path = lib/exec-path-from-shell + url = git@github.com:purcell/exec-path-from-shell.git [submodule "ghub"] path = lib/ghub url = git@github.com:magit/ghub.git |