diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-28 15:58:15 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-28 15:58:15 -0400 |
commit | 180cab37b6034248c12a50d0a77360b52ef1fbfe (patch) | |
tree | ddafcf506653353e687963bb13dce07f2671fbf1 /.gitmodules | |
parent | 692a063ffbfbc6f86b97ea2c0f351dfadf18a1ef (diff) | |
download | configs-180cab37b6034248c12a50d0a77360b52ef1fbfe.tar.gz configs-180cab37b6034248c12a50d0a77360b52ef1fbfe.tar.xz configs-180cab37b6034248c12a50d0a77360b52ef1fbfe.zip |
[emacs] add Borg's layer/essentials init, with some of my stuff
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 452a4ed..6a5b74d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,6 +14,10 @@ path = lib/dash url = git@github.com:magnars/dash.el.git no-makeinfo = dash-template.texi + # dash creates a `dir' dash info file, which makes git think + # that the submodule is dirty. so, let's ignore the untracked + # files of dash's submodule + ignore = untracked [submodule "diff-hl"] path = lib/diff-hl url = git@github.com:dgutov/diff-hl.git |