diff options
| author | Amin Bandali <amin@aminb.org> | 2018-05-05 19:48:58 -0400 | 
|---|---|---|
| committer | Amin Bandali <amin@aminb.org> | 2018-05-05 19:48:58 -0400 | 
| commit | 36fca3098e496e85810f533882535aea4d7c5b34 (patch) | |
| tree | f2a87c7ef3c6ccf674c7efe8550b7f10359eeb95 /.gitmodules | |
| parent | a81db9232492b543525e69e01451374515f835c7 (diff) | |
| download | configs-36fca3098e496e85810f533882535aea4d7c5b34.tar.gz configs-36fca3098e496e85810f533882535aea4d7c5b34.tar.xz configs-36fca3098e496e85810f533882535aea4d7c5b34.zip  | |
[emacs] assimilate hlint-refactor
Diffstat (limited to '')
| -rw-r--r-- | .gitmodules | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fdcca20..d267480 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,6 +58,9 @@  [submodule "helm"]  	path = lib/helm  	url = git@github.com:emacs-helm/helm.git +[submodule "hlint-refactor"] +	path = lib/hlint-refactor +	url = git@github.com:mpickering/hlint-refactor-mode.git  [submodule "ivy"]  	path = lib/ivy  	url = git@github.com:abo-abo/swiper.git  | 
